h3White property

TextStyle h3White
getter/setter pair

Implementation

static TextStyle h3White = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightMedium,
  fontSize: VgkProGamingTheme.fontSizeMedium,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white,
);