h1BlackWithOpacity property

TextStyle h1BlackWithOpacity
getter/setter pair

Implementation

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