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