lineThrough property

VText get lineThrough

Line through decoration.

Implementation

VText get lineThrough =>
    copyWithStyle(const TextStyle(decoration: TextDecoration.lineThrough));