bold11 property

TextStyle bold11
final

Implementation

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