gray static method

String gray(
  1. Object? str
)

Gray color.

Implementation

static String gray(Object? str) => '\u001b[38;5;246m$str$reset';