smallNormalScale property

AppFontSizes smallNormalScale
final

Compact 12px base with normal scale (1.174) - Balanced compact layout.

Best for:

  • Compact mobile views
  • Settings screens with many options
  • Forms with limited space

Sizes: bodySmall: 12.0px, body: 14.1px, bodyLarge: 16.5px, paragraphTitle: 19.4px, subheader: 22.8px, header: 26.7px, h3: 31.4px, h2: 36.8px, h1: 43.2px, display: 50.8px

Implementation

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