strikethroughTextStyle property

TextStyle strikethroughTextStyle
getter/setter pair

Implementation

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