green function

String green(
  1. String t
)

Implementation

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