padding()
Sets the padding around the element.
padding(padding: BindingOrValue<StyleOverrides.Offsets | undefined>): this;
Parameters
- padding — An object with offsets (
top,bottom,x, etc.), or a single number.
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
