h6GrayWithOpacity property
Implementation
static TextStyle h6GrayWithOpacity = GoogleFonts.lato(
fontWeight: VgkProGamingTheme.fontWeightDoubleExtraSmall,
fontSize: VgkProGamingTheme.fontSizeDoubleExtraSmall,
letterSpacing: VgkProGamingTheme.letterSpacing,
color: Colors.grey.withOpacity(0.5),
);