underline property

Text underline

Draw a line underneath each line of text

Implementation

Text get underline =>
    _copyWith(style: const TextStyle(decoration: TextDecoration.underline));