onHwb method
Creates String with background color defined from HWB (Hue, Whiteness and Blackness) color space parameters. https://en.wikipedia.org/wiki/HWB_color_model
Implementation
String onHwb(num hue, num whiteness, num blackness) =>
(_chalk.onHwb(hue, whiteness, blackness))(this);