bold function

String bold(
  1. String t
)

Implementation

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