mobileCompact property

AppFontSizes mobileCompact
final

Mobile compact - For dense mobile layouts.

Use when: Space is limited, data-heavy mobile screens Sizes: bodySmall: 14px, body: 17.8px, h1: 46.6px

Implementation

static final mobileCompact = AppFontSizes(
  bodySmall: 14,
  scaleFactor: AppFontSizesScaleFactors.large,
);