captionMobile property

AppFontSizes captionMobile
final

Mobile caption - 12-13px minimum.

Range: 12-14px (recommended: 13px) ⚠️ Important: Requires high contrast (7:1 for WCAG AAA)

Use for: Timestamps, metadata, helper text, footnotes

Implementation

static final captionMobile = AppFontSizes(
  bodySmall: 12,
  scaleFactor: AppFontSizesScaleFactors.small,
);