buttonSmall property

AppFontSizes buttonSmall
final

Small button/link - 14px minimum.

Use for: Text links, tertiary actions, cancel buttons

Implementation

static final buttonSmall = AppFontSizes(
  bodySmall: 14,
  scaleFactor: AppFontSizesScaleFactors.small,
);