textGray100 method

TextBuilder textGray100()

Implementation

TextBuilder textGray100() => TextBuilder(data ?? '').color(const Color(0xFFF3F4F6));