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