h6GrayWithOpacity property

TextStyle h6GrayWithOpacity
getter/setter pair

Implementation

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