h5White property

TextStyle h5White
getter/setter pair

Implementation

static TextStyle h5White = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightExtraSmall,
  fontSize: VgkProGamingTheme.fontSizeExtraSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white,
);