Package-level declarations
Types
Link copied to clipboard
data class Column(val width: Constraint, val height: Constraint, val margin: Margin, val overflow: Overflow, val horizontalAlignment: CrossAxisAlignment, val verticalAlignment: MainAxisAlignment, val children: ColumnScope.() -> Unit)
Lays out widgets vertically in a column.
Link copied to clipboard
object ColumnScope
Link copied to clipboard
Set the alignment for an item along the horizontal axis.
Link copied to clipboard
interface RedwoodLayout
Link copied to clipboard
Set the alignment for an item along the vertical axis.