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