bgGreyscale method

String bgGreyscale(
  1. num greyscale
)

Alternate name for onGreyscale() (provided for legacy compatibility with JS Chalk)

Implementation

String bgGreyscale(num greyscale) => (_chalk.onGreyscale(greyscale))(this);