h4Black property

TextStyle h4Black
getter/setter pair

Implementation

static TextStyle h4Black = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightSmall,
  fontSize: VgkProGamingTheme.fontSizeSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black,
);