subheadline top-level property

TextStyle subheadline
getter/setter pair

Implementation

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