strikethroughTextStyle property
Implementation
TextStyle strikethroughTextStyle = TextStyle(
color: Color(0xffff6666), decoration: TextDecoration.lineThrough);
TextStyle strikethroughTextStyle = TextStyle(
color: Color(0xffff6666), decoration: TextDecoration.lineThrough);