bold10 property

TextStyle bold10
final

Implementation

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