regular10 property

TextStyle regular10
final

Implementation

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