h6WhiteWithOpacity property
Implementation
static TextStyle h6WhiteWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightDoubleExtraSmall,
fontSize: VgkProGamingTheme.fontSizeDoubleExtraSmall,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: VgkProGamingTheme.white.withOpacity(0.5),
);