red function

String red(
  1. String t
)

Implementation

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