h4Gray property

TextStyle h4Gray
getter/setter pair

Implementation

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