kvision / pl.treksoft.kvision.onsenui.grid / Row / <init>

<init>

(js) Row(rowVerticalAlign: GridVerticalAlign? = null, classes: Set<String> = setOf(), init: (Row.() -> Unit)? = null)

Creates a row component.

Parameters

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.