underline method

Text underline()

Implementation

Text underline() =>
    _applyStyle(const TextStyle(decoration: TextDecoration.underline));