VerticalLayout
@Serializable
@SerialName(value = "VerticalLayout")
A layout which orders its child elements vertically (i.e. from top to bottom).
Constructors
Link copied to clipboard
constructor(elements: ImmutableList<UiSchema> = persistentListOf(), rule: Rule? = null, options: LayoutOptions? = null)