smallExtraLargeScale property

AppFontSizes smallExtraLargeScale
final

Compact 12px base with extra large scale (1.618) - Dramatic compact design.

Best for:

  • Minimalist designs with strong hierarchy
  • Landing pages with compact base text
  • Marketing materials with small body copy

Sizes: bodySmall: 12.0px, body: 19.4px, bodyLarge: 31.4px, paragraphTitle: 50.8px, subheader: 82.2px, header: 133.0px, h3: 215.2px, h2: 348.3px, h1: 563.6px, display: 911.9px

Implementation

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