buttonTablet property

AppFontSizes buttonTablet
final

Tablet button - 15-17px.

Range: 15-20px (recommended: 17px for primary)

Use for: Tablet buttons, larger touch targets

Implementation

static final buttonTablet = AppFontSizes(
  bodySmall: 17,
  scaleFactor: AppFontSizesScaleFactors.small,
);