extraLargeExtraLargeScale property

AppFontSizes extraLargeExtraLargeScale
final

Extra large 18px base with extra large scale (1.618) - Maximum impact accessible.

Best for:

  • Marketing for accessibility-focused products
  • Hero sections in accessible apps
  • Presentation mode
  • Extra-large displays

Sizes: bodySmall: 18.0px, body: 29.1px, bodyLarge: 47.1px, paragraphTitle: 76.2px, subheader: 123.3px, header: 199.5px, h3: 322.8px, h2: 522.3px, h1: 845.1px, display: 1367.3px

Implementation

static final extraLargeExtraLargeScale = AppFontSizes(
  bodySmall: 18,
  scaleFactor: AppFontSizesScaleFactors.extraLarge,
);