headline3 top-level constant

TextStyle const headline3

Implementation

const headline3 = const TextStyle(
  fontSize: 28,
  fontWeight: FontWeight.w300,
  color: black,
);