lineThrough property

TextStyle get lineThrough

Applies line-through decoration.

Implementation

TextStyle get lineThrough => copyWith(decoration: TextDecoration.lineThrough);