fill function Null safety
Set all of the pixels of an image
to the given color
.
Implementation
Image fill(Image image, int color) => image.fill(color);
Set all of the pixels of an image
to the given color
.
Image fill(Image image, int color) => image.fill(color);