displayLarge constant

TextStyle const displayLarge

40px BigShouldersDisplay w800 UPPERCASE — Major section headers

Implementation

static const TextStyle displayLarge = TextStyle(
  fontFamily: 'BigShouldersDisplay', package: 'arsenal',
  fontSize: 40,
  fontWeight: FontWeight.w800,
  letterSpacing: 1.5,
  color: ArsenalColors.onBackground,
);