h6BlackWithOpacity property

TextStyle h6BlackWithOpacity
getter/setter pair

Implementation

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