blue function

String blue(
  1. String t
)

Implementation

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