yellow function

String yellow(
  1. String t
)

Implementation

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