ButtonConfiguration
data class ButtonConfiguration(var visible: Boolean = true, var text: String = "", var accessibilityDescription: String = "", var background: BackgroundStyle = BackgroundStyle( ), var foreground: ForegroundStyle = ForegroundStyle( ))
Button configuration.
Constructors
Link copied to clipboard
constructor(json: JsonObject)
constructor(visible: Boolean = true, text: String = "", accessibilityDescription: String = "", background: BackgroundStyle = BackgroundStyle( ), foreground: ForegroundStyle = ForegroundStyle( ))