h5GrayWithOpacity property

TextStyle h5GrayWithOpacity
getter/setter pair

Implementation

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