huge property

AppFontSizes huge
final

Huge 20px base with small scale (1.128) - Maximum size, subtle hierarchy.

Best for:

  • Maximum accessibility with uniform text
  • Apps for users with severe vision impairment
  • Very large displays with subtle differences

Sizes: bodySmall: 20.0px, body: 22.6px, bodyLarge: 25.5px, paragraphTitle: 28.8px, subheader: 32.5px, header: 36.6px, h3: 41.3px, h2: 46.6px, h1: 52.6px, display: 59.3px

Implementation

static final huge = AppFontSizes(
  bodySmall: 20,
  scaleFactor: AppFontSizesScaleFactors.small,
);