h2GrayWithOpacity property
Implementation
static TextStyle h2GrayWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightLarge,
fontSize: VgkProGamingTheme.fontSizeLarge,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: Colors.grey.withOpacity(0.5),
);