fillStyle function
Set fill style (color/gradient/pattern). No-op on non-web platforms. fillColor expects an 'r,g,b,a' string (same as web helper).
Implementation
void fillStyle(dynamic context2D, String fillColor) {}
Set fill style (color/gradient/pattern). No-op on non-web platforms. fillColor expects an 'r,g,b,a' string (same as web helper).
void fillStyle(dynamic context2D, String fillColor) {}