h5Black property

TextStyle h5Black
getter/setter pair

Implementation

static TextStyle h5Black = GoogleFonts.lato(
  fontWeight: VgkProGamingTheme.fontWeightExtraSmall,
  fontSize: VgkProGamingTheme.fontSizeExtraSmall,
  letterSpacing: VgkProGamingTheme.letterSpacing,
  color: Colors.black,
);