displayMedium constant

TextStyle const displayMedium

32px BigShouldersDisplay w800 — Section headers

Implementation

static const TextStyle displayMedium = TextStyle(
  fontFamily: 'BigShouldersDisplay', package: 'arsenal',
  fontSize: 32,
  fontWeight: FontWeight.w800,
  color: ArsenalColors.onBackground,
);