HorizontalLayout
@Serializable
@SerialName(value = "HorizontalLayout")
A layout which orders its children horizontally (i.e. from left to right).
Constructors
Link copied to clipboard
constructor(elements: ImmutableList<UiSchema> = persistentListOf(), rule: Rule? = null, options: LayoutOptions? = null)