Padding
Overview
Padding
defines the padding configuration for UI components. It includes options for horizontal (x
) and vertical (y
) padding, allowing consistent spacing across the application.
Attributes
x
type: Spacing (optional)
The horizontal padding value.
y
type: Spacing (optional)
The vertical padding value.