h4WhiteWithOpacity property
Implementation
static TextStyle h4WhiteWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightSmall,
fontSize: VgkProGamingTheme.fontSizeSmall,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: VgkProGamingTheme.white.withOpacity(0.5),
);