textGray800 method

TextBuilder textGray800()

Implementation

TextBuilder textGray800() => TextBuilder(data ?? '').color(const Color(0xFF1F2937));