Button

@ObjCName(name = "Button", exact = true)
interface Button<W : Any> : Widget<W>

{tag=4}

Properties

Link copied to clipboard
abstract var modifier: Modifier
Link copied to clipboard
abstract val value: W

Functions

Link copied to clipboard
abstract fun enabled(enabled: Boolean)

{tag=2}

Link copied to clipboard
abstract fun onClick(onClick: () -> Unit?)

{tag=3}

Link copied to clipboard
abstract fun text(text: String?)

{tag=1}