underline property
Text
get
underline
Adds an underline to the text
Implementation
Text get underline =>
_copyWith(style: const TextStyle(decoration: TextDecoration.underline));
Adds an underline to the text
Text get underline =>
_copyWith(style: const TextStyle(decoration: TextDecoration.underline));