textGray400 method

TextBuilder textGray400()

Implementation

TextBuilder textGray400() => TextBuilder(data ?? '').color(const Color(0xFF9CA3AF));