h6White property

TextStyle h6White
getter/setter pair

Implementation

static TextStyle h6White = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightDoubleExtraSmall,
  fontSize: VgkProGamingTheme.fontSizeDoubleExtraSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white,
);