fontBold method

TextBuilder fontBold()

Implementation

TextBuilder fontBold() => TextBuilder(data ?? '').fontWeight(FontWeight.w700);