dim method

String dim(
  1. String text
)

Applies dim styling to text.

Implementation

String dim(String text) => '${theme.dim}$text${theme.reset}';