onRgb method Null safety
Create Chalk with a background color with the specified RGB values.
Implementation
Chalk onRgb(num red, num green, num blue) =>
makeRGBChalk(red, green, blue, bg: true);
Create Chalk with a background color with the specified RGB values.
Chalk onRgb(num red, num green, num blue) =>
makeRGBChalk(red, green, blue, bg: true);