Documentation

padding()

Sets the padding around the element.

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

Parameters

Return value

The builder instance for chaining.

Related