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