strokeJoin property

StrokeJoin strokeJoin
final

Styles to use for line segment joins.

This only affects line joins for polygons drawn by Canvas.drawPath and rectangles, not points drawn as lines with Canvas.drawPoints.

See also:

Implementation

// These enum values must be kept in sync with SkPaint::Join.
/// Defaults to [StrokeJoin.round].
final StrokeJoin strokeJoin;