DashedPolylineOptions constructor

const DashedPolylineOptions({
  1. LogicalPixel dashLength = const LogicalPixel(5),
  2. LogicalPixel dashSpaceLength = const LogicalPixel(2),
})

Implementation

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