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