magenta function

String magenta(
  1. String t
)

Implementation

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