fontBold method

TextBuilder fontBold()

Implementation

TextBuilder fontBold() => fontWeight(FontWeight.w700);