header5 constant

TextStyle const header5

The styling applied on small headers.

fontSize: 16.0,
fontWeight: FontWeight.w600,
letterSpacing: 0.65,

Implementation

static const TextStyle header5 = const TextStyle(
  color: defaultColor,
  fontSize: 15.0,
  fontFamily: merriweather,
  package: package,
  fontWeight: FontWeight.w600,
  letterSpacing: 0.65,
);