textRed800 method

TextBuilder textRed800()

Implementation

TextBuilder textRed800() => TextBuilder(data ?? '').color(const Color(0xFF991B1B));