h2BlackWithOpacity property

TextStyle h2BlackWithOpacity
getter/setter pair

Implementation

static TextStyle h2BlackWithOpacity = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightLarge,
  fontSize: VgkProGamingTheme.fontSizeLarge,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black.withOpacity(0.5),
);