extraLarge property

AppFontSizes extraLarge
final

Extra large 18px base with small scale (1.128) - Accessible with subtle hierarchy.

Best for:

  • Accessibility mode with many text elements
  • Senior-friendly apps with uniform text
  • Apps requiring large base text only

Sizes: bodySmall: 18.0px, body: 20.3px, bodyLarge: 22.9px, paragraphTitle: 25.8px, subheader: 29.1px, header: 32.9px, h3: 37.1px, h2: 41.9px, h1: 47.2px, display: 53.3px

Implementation

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