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