fillStyle function

void fillStyle(
  1. dynamic context2D,
  2. 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).

Implementation

void fillStyle(dynamic context2D, String fillColor) {}