Documentation

distribute()

Sets the distribution of content along the main axis.

distribute(
distribution: BindingOrValue<UIContainer.Layout["distribution"]>,
): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related