callout top-level property

TextStyle callout
getter/setter pair

Implementation

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