Insets

Represents the insets for a group node, i.e., a rectangular area inside the group node. If only a number is specified, the insets on all sides are the same.

Type
{
top: number
left: number
bottom: number
right: number
}
| number