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