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