strokeStyle function

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

Implementation

void strokeStyle(dynamic context2D, String strokeColor) {}