textRed700 method

TextBuilder textRed700()

Implementation

TextBuilder textRed700() => TextBuilder(data ?? '').color(const Color(0xFFB91C1C));