hugeNormalScale property

AppFontSizes hugeNormalScale
final

Huge 20px base with normal scale (1.174) - Maximum accessible balanced.

Best for:

  • Accessibility Level 2
  • Kiosk applications
  • Public terminals
  • Presentation displays

Sizes: bodySmall: 20.0px, body: 23.5px, bodyLarge: 27.6px, paragraphTitle: 32.4px, subheader: 38.0px, header: 44.6px, h3: 52.4px, h2: 61.5px, h1: 72.2px, display: 84.8px

Implementation

static final hugeNormalScale = AppFontSizes(
  bodySmall: 20,
  scaleFactor: AppFontSizesScaleFactors.normal,
);