notItalic method

TextBuilder notItalic()

Implementation

TextBuilder notItalic() => TextBuilder(data ?? '').fontStyle(FontStyle.normal);