dim static method

String dim(
  1. String text
)

Apply dim formatting

Implementation

static String dim(String text) => '$_dim$text$_reset';