h1Black property

TextStyle h1Black
getter/setter pair

Implementation

static TextStyle h1Black = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightExtraLarge,
  fontSize: VgkProGamingTheme.fontSizeExtraLarge,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black,
);