h4GrayWithOpacity property

TextStyle h4GrayWithOpacity
getter/setter pair

Implementation

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