dim function

String dim(
  1. String t
)

Implementation

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