setColorFromNumber method
Sets the color of this paint from a 32-bit integer.
Implementation
void setColorFromNumber(int color) {
_paint.color = ui.Color(color);
}
Sets the color of this paint from a 32-bit integer.
void setColorFromNumber(int color) {
_paint.color = ui.Color(color);
}