spacingFactor property
The multiplier used to calculate the spacing between dots in a dotted polyline, with respect to Polyline.strokeWidth/ Polygon.borderStrokeWidth
A value of 1.0 will result in spacing equal to the strokeWidth
.
Increasing the value increases the spacing with the same scaling.
May also be scaled by the use of PatternFit.scaleUp.
Defaults to 1.5.
Implementation
final double? spacingFactor;