h6Black property

TextStyle h6Black
getter/setter pair

Implementation

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