textRed200 method

TextBuilder textRed200()

Implementation

TextBuilder textRed200() => TextBuilder(data ?? '').color(const Color(0xFFFECACA));