spacing

Function spacing 

Source
pub fn spacing(wgt: &mut WidgetBuilding, spacing: impl IntoVar<Length>)
Expand description

B Space in-between items.

The spacing is added along non-zero axis for each item offset after the first, the spacing is scaled by the direction factor.

ยงMixin Property

This property is a mixin, it modifies the widget builder during build, it does not produce a standalone UI node.