dim function

String dim(
  1. Object text
)

dim style

Implementation

String dim(Object text) => _style(2, 22).apply(text);