underline method

TextBuilder underline()

Implementation

TextBuilder underline() => TextBuilder(data ?? '').decoration(TextDecoration.underline);