hugeLargeScale property

AppFontSizes hugeLargeScale
final

Huge 20px base with large scale (1.272) - Maximum accessibility.

Best for:

  • Accessibility Level 3 (MAXIMUM)
  • Users with visual impairments
  • Elderly care applications
  • Medical/healthcare apps
  • Public safety information

Sizes: bodySmall: 20.0px, body: 25.4px, bodyLarge: 32.3px, paragraphTitle: 41.1px, subheader: 52.3px, header: 66.5px, h3: 84.6px, h2: 107.6px, h1: 136.9px, display: 174.1px

Implementation

static final hugeLargeScale = AppFontSizes(
  bodySmall: 20,
  scaleFactor: AppFontSizesScaleFactors.large,
);