subheadingLarge constant

TextStyle const subheadingLarge

24px Rajdhani w600 — Subheadings

Implementation

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