bold11Underline property

TextStyle bold11Underline
final

Implementation

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