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