muted method

String muted(
  1. String text
)

Helper to apply muted styling.

Implementation

String muted(String text) => style.foreground(Colors.muted).render(text);