lineThrough property

Widget lineThrough

Implementation

Widget get lineThrough =>
    this.style(TextStyle(decoration: TextDecoration.lineThrough));