textGray600 method

TextBuilder textGray600()

Implementation

TextBuilder textGray600() => TextBuilder(data ?? '').color(const Color(0xFF4B5563));