h2Black property

TextStyle h2Black
getter/setter pair

Implementation

static TextStyle h2Black = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightLarge,
  fontSize: VgkProGamingTheme.fontSizeLarge,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black,
);