lineWidth function

void lineWidth(
  1. dynamic context2D,
  2. double lineWidth
)

Set the current line width. No-op on non-web platforms.

Implementation

void lineWidth(dynamic context2D, double lineWidth) {}