label method

String label(
  1. String s
)

Styles s as a label.

Implementation

String label(String s) => _pc.dim(s);