Styling
Colors, text styles, alignment and insets used by HWWidget.
Styling
Styling primitives describe how widgets look and lay out. They are passed into the layout widgets via dedicated parameters (e.g. style: on HWText, padding: on HWPadding, decoration: on HWDecoratedBox).
Colors
| Type | Description |
|---|---|
HWColor | Fixed, themed and role-based colors backed by system color providers. |
Text
| Type | Description |
|---|---|
HWTextStyle | Font size, weight, color, decorations and role-based system styles for HWText. |
Layout
| Type | Description |
|---|---|
HWAlignment | Cross- and main-axis alignment for HWColumn and HWRow. |
HWEdgeInsets | Padding values consumed by HWPadding. |
HWBoxDecoration | Background color and border for HWDecoratedBox. |