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