Documentation

gap()

Sets the gap between elements in the container, using UIContainer.gap.

gap(gap: BindingOrValue<string | number | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related