h3BlackWithOpacity property

TextStyle h3BlackWithOpacity
getter/setter pair

Implementation

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