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