headline top-level property

TextStyle headline
getter/setter pair

Implementation

TextStyle headline = const TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w700,
  fontFamily: "Poppins",
  color: Colors.black,
);