hugeExtraLargeScale property

AppFontSizes hugeExtraLargeScale
final

Huge 20px base with extra large scale (1.618) - Extreme accessibility/impact.

Best for:

  • Emergency/alert systems
  • Billboard-style displays
  • Extra-large presentation mode
  • Extreme accessibility needs

Sizes: bodySmall: 20.0px, body: 32.4px, bodyLarge: 52.3px, paragraphTitle: 84.7px, subheader: 137.0px, header: 221.7px, h3: 358.7px, h2: 580.4px, h1: 939.0px, display: 1519.2px

Implementation

static final hugeExtraLargeScale = AppFontSizes(
  bodySmall: 20,
  scaleFactor: AppFontSizesScaleFactors.extraLarge,
);