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