dim method

String dim(
  1. String input
)

Applies the dim style to input.

Implementation

String dim(String input) => _dim(input);