Row

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

{tag=1}

Inheritors

Properties

Link copied to clipboard
abstract val children: Widget.Children<W>

{tag=1}

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

Functions

Link copied to clipboard
abstract fun height(height: Constraint)

{tag=2}

Link copied to clipboard
abstract fun horizontalAlignment(horizontalAlignment: MainAxisAlignment)

{tag=5}

Link copied to clipboard
abstract fun margin(margin: Margin)

{tag=3}

Link copied to clipboard
abstract fun onScroll(onScroll: (offset: Px) -> Unit?)

{tag=7}

Link copied to clipboard
abstract fun overflow(overflow: Overflow)

{tag=4}

Link copied to clipboard
abstract fun verticalAlignment(verticalAlignment: CrossAxisAlignment)

{tag=6}

Link copied to clipboard
abstract fun width(width: Constraint)

{tag=1}