noUnderline method

TextBuilder noUnderline()

Implementation

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