smallTitle top-level property

TextStyle smallTitle
getter/setter pair

Implementation

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