h1GrayWithOpacity property
Implementation
static TextStyle h1GrayWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightExtraLarge,
fontSize: VgkProGamingTheme.fontSizeExtraLarge,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: Colors.grey.withOpacity(0.5),
);