DefaultButtonConfiguration

Default button configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color of the button.

Link copied to clipboard

The border radius of the button.

Link copied to clipboard

Action triggered by the button.

Link copied to clipboard
val link: String?

Button destination.

Link copied to clipboard
val text: String?

Button text.

Link copied to clipboard

The text color of the button.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String