bgXyz method

String bgXyz(
  1. num x,
  2. num y,
  3. num z
)

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

Implementation

String bgXyz(num x, num y, num z) => (_chalk.onXyz(x, y, z))(this);