bgGreyscale method Null safety

Chalk bgGreyscale(
  1. num greyscale
)

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

Implementation

Chalk bgGreyscale(num greyscale) => onGreyscale(greyscale);