Row(rowVerticalAlign: GridVerticalAlign? = null, classes: Set<String> = setOf(), init: (Row.() -> Unit)? = null)
Creates a row component.
rowVerticalAlign
- vertical align of the elements in the row
classes
- a set of CSS class names
init
- an initializer extension function
Constructor
Creates a row component.