bold10Underline property

TextStyle bold10Underline
final

Implementation

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