strokeJoin property

StrokeJoin? strokeJoin
final

The kind of finish to place on the joins between segments of the shape's outlines.

It can only be set when strokeColor, strokeGradient, or strokeShader is not null.

Implementation

final StrokeJoin? strokeJoin;