largeLargeScale property

AppFontSizes largeLargeScale
final

Large 16px base with large scale (1.272) - Excellent readability.

Best for:

  • Tablet apps (RECOMMENDED)
  • Desktop web apps
  • Content-first applications
  • News and magazine apps
  • E-readers

Sizes: bodySmall: 16.0px, body: 20.4px, bodyLarge: 25.9px, paragraphTitle: 32.9px, subheader: 41.9px, header: 53.3px, h3: 67.8px, h2: 86.2px, h1: 109.6px, display: 139.4px

Implementation

static final largeLargeScale = AppFontSizes(
  bodySmall: 16,
  scaleFactor: AppFontSizesScaleFactors.large,
);