withLineThrough property

TextStyle withLineThrough

Implementation

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