headline2 top-level constant

TextStyle const headline2

Implementation

const headline2 = const TextStyle(
  fontSize: 34,
  fontWeight: FontWeight.w300,
  color: black,
);