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