spacer

fun spacer(priority: Number = 0.001f): Pane

The default priority is small, but larger than 0, so that other controls will fill the space in preference to the spacer. The spacer will only take significant space if there are no other control with a non-zero growPriority, or they reach their max size.