large property
Large 16px base with small scale (1.128) - Readable with subtle hierarchy.
Best for:
- Reading apps with many text elements
- Content apps where uniformity is important
- Tablet apps with dense content
Sizes: bodySmall: 16.0px, body: 18.0px, bodyLarge: 20.3px, paragraphTitle: 23.0px, subheader: 25.9px, header: 29.2px, h3: 33.0px, h2: 37.2px, h1: 42.0px, display: 47.4px
Implementation
static final large = AppFontSizes(
bodySmall: 16,
scaleFactor: AppFontSizesScaleFactors.small,
);