buttonSmall property
Small button/link - 14px minimum.
Use for: Text links, tertiary actions, cancel buttons
Implementation
static final buttonSmall = AppFontSizes(
bodySmall: 14,
scaleFactor: AppFontSizesScaleFactors.small,
);
Small button/link - 14px minimum.
Use for: Text links, tertiary actions, cancel buttons
static final buttonSmall = AppFontSizes(
bodySmall: 14,
scaleFactor: AppFontSizesScaleFactors.small,
);