smallLargeScale property

AppFontSizes smallLargeScale
final

Compact 12px base with large scale (1.272) - Clear hierarchy in small space.

Best for:

  • Compact UIs with clear heading distinction
  • Small screen devices with good typography
  • Mobile apps targeting small devices

Sizes: bodySmall: 12.0px, body: 15.3px, bodyLarge: 19.4px, paragraphTitle: 24.7px, subheader: 31.4px, header: 40.0px, h3: 50.9px, h2: 64.7px, h1: 82.3px, display: 104.7px

Implementation

static final smallLargeScale = AppFontSizes(
  bodySmall: 12,
  scaleFactor: AppFontSizesScaleFactors.large,
);