desktop property
Desktop complete preset - Standard desktop typography.
Recommended for: Web apps, desktop applications, dashboards Body range: 16-24px (standard: 16-18px) H1 range: 32-48px (target: 38-42px)
Why these sizes:
- Web convention (16px base)
- Scalable with browser zoom
- Professional appearance
Sizes: bodySmall: 16px, body: 20.4px, h1: 53.3px
Implementation
static final desktop = AppFontSizes(
bodySmall: 16,
scaleFactor: AppFontSizesScaleFactors.large,
);