onHsl method
Creates String with background color defined from HSL (Hue, Saturation and Lightness) color space parameters. https://en.wikipedia.org/wiki/HSL_and_HSV
Implementation
String onHsl(num hue, num saturation, num lightness) =>
(_chalk.onHsl(hue, saturation, lightness))(this);