headline6 top-level constant

TextStyle const headline6

Implementation

const headline6 = const TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.normal,
  color: black3,
);