bold12 property
Implementation
final bold12 = TextStyle(
fontFamily: "Times New Roman",
fontSize: 12,
fontWeight: FontWeight.bold,
color: Colors.green
);
final bold12 = TextStyle(
fontFamily: "Times New Roman",
fontSize: 12,
fontWeight: FontWeight.bold,
color: Colors.green
);