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