RedwoodUiBasicWidgetFactory

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

Functions

Link copied to clipboard
abstract fun Button(): Button<W>

{tag=4}

Link copied to clipboard
abstract fun Image(): Image<W>

{tag=3}

Link copied to clipboard
abstract fun Reuse(value: W, modifier: Reuse)
Link copied to clipboard
abstract fun Text(): Text<W>

{tag=2}

Link copied to clipboard
abstract fun TextInput(): TextInput<W>

{tag=1}