separator
Add a Separator to this container.
Return
the control added.
inline fun separator(orientation: Orientation = HORIZONTAL, configuration: Separator.() -> Unit): Separator
Create a Separator with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.separator(orientation: Orientation = HORIZONTAL, configuration: Separator.() -> Unit): Separator
Add a Separator with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.