DashedPolylineOptions constructor
const
DashedPolylineOptions({
- LogicalPixel dashLength = const LogicalPixel(5),
- LogicalPixel dashSpaceLength = const LogicalPixel(2),
Implementation
const DashedPolylineOptions({
this.dashLength = const LogicalPixel(5),
this.dashSpaceLength = const LogicalPixel(2)
});