underline property

TextStyle get underline

Implementation

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