buttonMobile property

AppFontSizes buttonMobile
final

Mobile button - 14-16px, touch-optimized.

Range: 14-18px (recommended: 16px for primary) Min size: 14px ensures tap target legibility

Use for: Mobile buttons, CTAs, action buttons

Implementation

static final buttonMobile = AppFontSizes(
  bodySmall: 16,
  scaleFactor: AppFontSizesScaleFactors.small,
);