mobile property

AppFontSizes mobile
final

Mobile complete preset - Balanced mobile typography.

Recommended for: Most mobile applications Body range: 16-20px (safe: 17-18px) H1 range: 28-40px (target: 32px)

Why these sizes:

  • 16px minimum prevents iOS auto-zoom
  • Clear hierarchy for small screens
  • WCAG AA compliant

Sizes: bodySmall: 16px, body: 20.4px, h1: 53.3px

Implementation

static final mobile = AppFontSizes(
  bodySmall: 16,
  scaleFactor: AppFontSizesScaleFactors.large,
);