headline constant

TextStyle const headline

Implementation

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