AnnotationSegment<D> constructor

AnnotationSegment<D>(
  1. RangeAnnotationAxisType axisType, {
  2. String? axisId,
  3. Color? color,
  4. String? startLabel,
  5. String? endLabel,
  6. String? middleLabel,
  7. AnnotationLabelAnchor? labelAnchor,
  8. AnnotationLabelDirection? labelDirection,
  9. AnnotationLabelPosition? labelPosition,
  10. TextStyleSpec? labelStyleSpec,
})

Implementation

AnnotationSegment(this.axisType,
    {this.axisId,
    this.color,
    this.startLabel,
    this.endLabel,
    this.middleLabel,
    this.labelAnchor,
    this.labelDirection,
    this.labelPosition,
    this.labelStyleSpec});