largeExtraLargeScale property

AppFontSizes largeExtraLargeScale
final

Large 16px base with extra large scale (1.618) - Dramatic readable design.

Best for:

  • Marketing websites
  • Portfolio sites
  • Product landing pages
  • Hero-heavy designs

Sizes: bodySmall: 16.0px, body: 25.9px, bodyLarge: 41.9px, paragraphTitle: 67.8px, subheader: 109.7px, header: 177.5px, h3: 287.2px, h2: 464.7px, h1: 751.8px, display: 1216.4px

Implementation

static final largeExtraLargeScale = AppFontSizes(
  bodySmall: 16,
  scaleFactor: AppFontSizesScaleFactors.extraLarge,
);