textRed100 method

TextBuilder textRed100()

Implementation

TextBuilder textRed100() => TextBuilder(data ?? '').color(const Color(0xFFFEE2E2));