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

TypeDescription
HWColorFixed, themed and role-based colors backed by system color providers.

Text

TypeDescription
HWTextStyleFont size, weight, color, decorations and role-based system styles for HWText.

Layout

TypeDescription
HWAlignmentCross- and main-axis alignment for HWColumn and HWRow.
HWEdgeInsetsPadding values consumed by HWPadding.
HWBoxDecorationBackground color and border for HWDecoratedBox.