buttonLabel constant

TextStyle const buttonLabel

14px Rajdhani w700 UPPERCASE — Button text

Implementation

static const TextStyle buttonLabel = TextStyle(
  fontFamily: 'Rajdhani', package: 'arsenal',
  fontSize: 14,
  fontWeight: FontWeight.w700,
  letterSpacing: 1.2,
  color: ArsenalColors.onBackground,
);