Spacing (Styles)
object Spacing
Default spacing sizes.
Property | Type | Description |
---|---|---|
XXSmall | Dp | Extra extra small spacing |
XSmall | Dp | Extra small spacing (8dp) |
Small | Dp | Small spacing (12dp) |
Medium | Dp | Medium spacing (16dp) |
MediumPlus | Dp | Medium plus spacing |
Large | Dp | Large spacing (20dp) |
XLarge | Dp | Extra large spacing (24dp) |
INSTANCE | Spacing | Singleton instance |
Method | Return Type | Description |
---|---|---|
getXXSmall() | Dp | Get extra extra small spacing |
getXSmall() | Dp | Get extra small spacing (8dp) |
getSmall() | Dp | Get small spacing (12dp) |
getMedium() | Dp | Get medium spacing (16dp) |
getMediumPlus() | Dp | Get medium plus spacing |
getLarge() | Dp | Get large spacing (20dp) |
getXLarge() | Dp | Get extra large spacing (24dp) |