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