lineThrough property

TextStyle get lineThrough

Implementation

TextStyle get lineThrough =>
    decorate(TextDecoration.lineThrough, color: color);