headline constant

TextStyle const headline

Implementation

static const TextStyle headline = TextStyle(
  // h5 -> headline
  fontFamily: fontName,
  fontWeight: FontWeight.bold,
  fontSize: 24,
  letterSpacing: 0.27,
  color: darkerText,
);