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