bgHsl method Null safety
Alternate name for onHsl() (provided for legacy compatibility with JS Chalk)
Implementation
Chalk bgHsl(num hue, num saturation, num lightness) =>
onHsl(hue, saturation, lightness);
Alternate name for onHsl() (provided for legacy compatibility with JS Chalk)
Chalk bgHsl(num hue, num saturation, num lightness) =>
onHsl(hue, saturation, lightness);