gray function

String gray(
  1. String t
)

Implementation

String gray(String t) => _s(t, const TextStyle(color: Colors.gray));