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