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