h3GrayWithOpacity property

TextStyle h3GrayWithOpacity
getter/setter pair

Implementation

static TextStyle h3GrayWithOpacity = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightMedium,
  fontSize: VgkProGamingTheme.fontSizeMedium,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.grey.withOpacity(0.5),
);