regular12Underline property

TextStyle regular12Underline
final

Implementation

final regular12Underline = TextStyle(
    decoration: TextDecoration.underline,
    fontFamily: "Times New Roman",
    fontSize: 12,
    color: Colors.green
);