normal property
Standard 14px base with small scale (1.128) - DEFAULT, subtle hierarchy.
Best for:
- Standard mobile apps with many text elements
- Apps where spacing is more important than hierarchy
- Information-dense mobile screens
Sizes: bodySmall: 14.0px, body: 15.8px, bodyLarge: 17.8px, paragraphTitle: 20.1px, subheader: 22.7px, header: 25.6px, h3: 28.9px, h2: 32.6px, h1: 36.8px, display: 41.5px
Implementation
static final normal = AppFontSizes(
bodySmall: 14,
scaleFactor: AppFontSizesScaleFactors.small,
);