regular10Underline property

TextStyle regular10Underline
final

Implementation

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