lineCap function

void lineCap(
  1. dynamic context2D,
  2. String lineCap
)

Set the line cap style (e.g., 'round', 'butt', 'square'). No-op here.

Implementation

void lineCap(dynamic context2D, String lineCap) {}