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