regular12 property

TextStyle regular12
final

Implementation

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