[]
• new Padding(top?
, right?
, bottom?
, left?
)
Represents the padding information.
Name | Type | Description |
---|---|---|
top? |
number |
The top padding. |
right? |
number |
The right padding. |
bottom? |
number |
The bottom padding. |
left? |
number |
The left padding. |