textGray300 method

TextBuilder textGray300()

Implementation

TextBuilder textGray300() => TextBuilder(data ?? '').color(const Color(0xFFD1D5DB));