largeNormalScale property
Large 16px base with normal scale (1.174) - Balanced readable design.
Best for:
- Web applications
- Tablet interfaces
- Apps for older demographics
- Long-form reading apps
Sizes: bodySmall: 16.0px, body: 18.8px, bodyLarge: 22.1px, paragraphTitle: 25.9px, subheader: 30.4px, header: 35.7px, h3: 41.9px, h2: 49.2px, h1: 57.7px, display: 67.8px
Implementation
static final largeNormalScale = AppFontSizes(
bodySmall: 16,
scaleFactor: AppFontSizesScaleFactors.normal,
);