textBlack method

TextBuilder textBlack()

Implementation

TextBuilder textBlack() => TextBuilder(data ?? '').color(Colors.black);