subheadingMedium constant

TextStyle const subheadingMedium

18px Rajdhani w600 — Card titles

Implementation

static const TextStyle subheadingMedium = TextStyle(
  fontFamily: 'Rajdhani', package: 'arsenal',
  fontSize: 18,
  fontWeight: FontWeight.w600,
  color: ArsenalColors.onBackground,
);