lineThrough property

TextStyle get lineThrough

Implementation

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