accentButton property

TextStyle get accentButton

Accent-colored button style (scaled 18px, bold).

Implementation

TextStyle get accentButton => baseTextStyle(
  18,
  fontWeight: FontWeight.w600,
  color: AppTheme.colors.accentText,
);