h2WhiteWithOpacity property

TextStyle h2WhiteWithOpacity
getter/setter pair

Implementation

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