resetDeco property

TextStyle? get resetDeco

Implementation

TextStyle? get resetDeco => this?.copyWith(decoration: TextDecoration.none);