Box

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

{tag=4}

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: CrossAxisAlignment)

{tag=4}

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

{tag=3}

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

{tag=5}

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

{tag=1}