strokeMiterAngle property

  1. @JsonKey(defaultValue: 28.96)
double strokeMiterAngle
final

Only valid if strokeJoin is StrokeJoin.miter. The corner angle, in degrees, below which strokeJoin will be set to StrokeJoin.bevel to avoid super sharp corners. By default this is 28.96 degrees.

Implementation

@JsonKey(defaultValue: 28.96)
final double strokeMiterAngle;