normalExtraLargeScale property

AppFontSizes normalExtraLargeScale
final

Standard 14px base with extra large scale (1.618) - Impactful standard base.

Best for:

  • Marketing apps with standard body text
  • Apps with hero sections
  • Onboarding screens
  • Landing pages

Sizes: bodySmall: 14.0px, body: 22.7px, bodyLarge: 36.6px, paragraphTitle: 59.3px, subheader: 95.9px, header: 155.2px, h3: 251.1px, h2: 406.3px, h1: 657.4px, display: 1063.9px

Implementation

static final normalExtraLargeScale = AppFontSizes(
  bodySmall: 14,
  scaleFactor: AppFontSizesScaleFactors.extraLarge,
);