h5WhiteWithOpacity property

TextStyle h5WhiteWithOpacity
getter/setter pair

Implementation

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