headline5 top-level constant

TextStyle const headline5

Implementation

const headline5 = const TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.normal,
  color: black,
);