gray method

String gray(
  1. String text
)

Applies gray color to text.

Implementation

String gray(String text) => '${theme.gray}$text${theme.reset}';