Documentation

margin()

Sets the margin around the element.

margin(margin: BindingOrValue<StyleOverrides.Offsets | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related