body top-level property

TextStyle body
getter/setter pair

Implementation

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