verticalFlowGroup

inline fun <S> KWidget<S>.verticalFlowGroup(spacing: Float = 0.0f, init: KVerticalFlowGroup.(S) -> Unit = {}): KVerticalFlowGroup

Deprecated

Use KFlowGroup instead.

Replace with

flowGroup

Deprecated. Use flowGroup instead.

Return

a KVerticalFlowGroup instance added to this group.

Parameters

spacing

item spacing of this group.

init

will be invoked with the widget as "this". Consumes actor container (usually a Cell or Node) that contains the widget. Might consume the actor itself if this group does not keep actors in dedicated containers. Inlined.