bold12 property

TextStyle bold12
final

Implementation

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