Skip to main content

ViewPadding

Pixel insets used for view padding.

Type

{
top?: number;
right?: number;
bottom?: number;
left?: number;
}