Search
Search
padding
padding
Inner spacing of a container with layout
Type
`${number}px` | `${number}px ${number}px ${number}px ${number}px` | null
Supported by
- FrameNode 
Caveats
- Only works with layout enabled 
- Single value: 10px (all sides) 
- Four values: 10px 20px 30px 40px (top, right, bottom, left)