headline4 top-level constant

TextStyle const headline4

Implementation

const headline4 = const TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.w500,
  color: black,
);