noDecoration property

TextStyle get noDecoration

Implementation

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