h5BlackWithOpacity property

TextStyle h5BlackWithOpacity
getter/setter pair

Implementation

static TextStyle h5BlackWithOpacity = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightExtraSmall,
  fontSize: VgkProGamingTheme.fontSizeExtraSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black.withOpacity(0.5),
);