h6WhiteWithOpacity property

TextStyle h6WhiteWithOpacity
getter/setter pair

Implementation

static TextStyle h6WhiteWithOpacity = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightDoubleExtraSmall,
  fontSize: VgkProGamingTheme.fontSizeDoubleExtraSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: VgkProGamingTheme.white.withOpacity(0.5),
);