h1White property

TextStyle h1White
getter/setter pair

Implementation

static TextStyle h1White = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightExtraLarge,
  fontSize: VgkProGamingTheme.fontSizeExtraLarge,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white,
);