boldRed function

String boldRed(
  1. String t
)

Implementation

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