textRed500 method

TextBuilder textRed500()

Implementation

TextBuilder textRed500() => TextBuilder(data ?? '').color(const Color(0xFFEF4444));