regular11 property

TextStyle regular11
final

Implementation

final regular11 = TextStyle(
    fontFamily: "Times New Roman",
    fontSize: 11,
    color: Colors.green
);