textGray500 method

TextBuilder textGray500()

Implementation

TextBuilder textGray500() => TextBuilder(data ?? '').color(const Color(0xFF6B7280));