hero constant

TextStyle const hero

48px BigShouldersDisplay w800 UPPERCASE — Screen hero titles

Implementation

static const TextStyle hero = TextStyle(
  fontFamily: 'BigShouldersDisplay', package: 'arsenal',
  fontSize: 48,
  fontWeight: FontWeight.w800,
  letterSpacing: 2,
  color: ArsenalColors.onBackground,
);