strokeJoin property

  1. @JsonKey(defaultValue: StrokeJoin.miter)
StrokeJoin strokeJoin
final

A string enum with value of StrokeJoin.miter, StrokeJoin.bevel, or StrokeCap.round, describing how corners in vector paths are rendered.

Implementation

@JsonKey(defaultValue: StrokeJoin.miter)
final StrokeJoin strokeJoin;