h5WhiteWithOpacity property
Implementation
static TextStyle h5WhiteWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightExtraSmall,
fontSize: VgkProGamingTheme.fontSizeExtraSmall,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: VgkProGamingTheme.white.withOpacity(0.5),
);