subheadline top-level property
Implementation
TextStyle subheadline = const TextStyle(
fontSize: 15,
fontWeight: FontWeight.w500,
fontFamily: "Poppins",
color: Colors.black,
);
TextStyle subheadline = const TextStyle(
fontSize: 15,
fontWeight: FontWeight.w500,
fontFamily: "Poppins",
color: Colors.black,
);