HCNavigationBindingsArrowSegmentAnnotationsShapeOptions constructor

const HCNavigationBindingsArrowSegmentAnnotationsShapeOptions({
  1. String? dashStyle,
  2. dynamic fill,
  3. num? height,
  4. num? r,
  5. num? ry,
  6. num? snap,
  7. String? src,
  8. dynamic stroke,
  9. num? strokeWidth,
  10. String? type,
  11. num? width,
  12. num? xAxis,
  13. num? yAxis,
})

Implementation

const HCNavigationBindingsArrowSegmentAnnotationsShapeOptions({
  this.dashStyle,
  this.fill,
  this.height,
  this.r,
  this.ry,
  this.snap,
  this.src,
  this.stroke,
  this.strokeWidth,
  this.type,
  this.width,
  this.xAxis,
  this.yAxis,
});