gap()
Sets the gap between elements in the container, using UIContainer.gap.
gap(gap: BindingOrValue<string | number | undefined>): this;
Parameters
- gap — The gap size in pixels, or a string with unit.
Return value
The builder instance for chaining.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.
