normalNormalScale property
Standard 14px base with normal scale (1.174) - Material Design aligned.
Best for:
- Material Design apps
- General-purpose mobile applications
- Balanced, harmonious designs
- Forms and settings screens
Sizes: bodySmall: 14.0px, body: 16.4px, bodyLarge: 19.3px, paragraphTitle: 22.7px, subheader: 26.6px, header: 31.2px, h3: 36.7px, h2: 43.0px, h1: 50.5px, display: 59.3px
Implementation
static final normalNormalScale = AppFontSizes(
bodySmall: 14,
scaleFactor: AppFontSizesScaleFactors.normal,
);