textRed50 method

TextBuilder textRed50()

Implementation

TextBuilder textRed50() => TextBuilder(data ?? '').color(const Color(0xFFFEF2F2));