normalLargeScale property

AppFontSizes normalLargeScale
final

Standard 14px base with large scale (1.272) - Clear, modern hierarchy.

Best for:

  • Modern mobile apps
  • Content-focused applications
  • Apps with clear section divisions
  • Recommended for most new projects

Sizes: bodySmall: 14.0px, body: 17.8px, bodyLarge: 22.6px, paragraphTitle: 28.7px, subheader: 36.5px, header: 46.4px, h3: 59.0px, h2: 75.0px, h1: 95.4px, display: 121.4px

Implementation

static final normalLargeScale = AppFontSizes(
  bodySmall: 14,
  scaleFactor: AppFontSizesScaleFactors.large,
);