h4BlackWithOpacity property

TextStyle h4BlackWithOpacity
getter/setter pair

Implementation

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