h1GrayWithOpacity property

TextStyle h1GrayWithOpacity
getter/setter pair

Implementation

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