rgb method
Create String with a foreground color with the specified RGB values.
Implementation
String rgb(num red, num green, num blue) =>
(_chalk.rgb(red, green, blue))(this);
Create String with a foreground color with the specified RGB values.
String rgb(num red, num green, num blue) =>
(_chalk.rgb(red, green, blue))(this);