h4WhiteWithOpacity property

TextStyle h4WhiteWithOpacity
getter/setter pair

Implementation

static TextStyle h4WhiteWithOpacity = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightSmall,
  fontSize: VgkProGamingTheme.fontSizeSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white.withOpacity(0.5),
);