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