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