small property

AppFontSizes small
final

Compact 12px base with small scale (1.128) - Most subtle hierarchy.

Best for:

  • Data tables with many columns
  • Dense dashboards
  • Admin panels with lots of information
  • Desktop apps where space is critical

Sizes: bodySmall: 12.0px, body: 13.5px, bodyLarge: 15.2px, paragraphTitle: 17.2px, subheader: 19.4px, header: 21.9px, h3: 24.7px, h2: 27.9px, h1: 31.5px, display: 35.5px

Implementation

static final small = AppFontSizes(
  bodySmall: 12,
  scaleFactor: AppFontSizesScaleFactors.small,
);