Padding Type
Constructors
Constructor | Description |
|
Static members
Static member | Description |
Full Usage:
Padding.init (?B, ?L, ?R, ?T)
Parameters:
int
-
The amount of padding (in px) along the bottom of the component
?L : int
-
The amount of padding (in px) on the left side of the component
?R : int
-
The amount of padding (in px) on the right side of the component
?T : int
-
The amount of padding (in px) along the top of the component
Returns: Padding
|
|
Full Usage:
Padding.style (?B, ?L, ?R, ?T)
Parameters:
int
-
The amount of padding (in px) along the bottom of the component
?L : int
-
The amount of padding (in px) on the left side of the component
?R : int
-
The amount of padding (in px) on the right side of the component
?T : int
-
The amount of padding (in px) along the top of the component
Returns: Padding -> Padding
|
|