withDataPointIndex method
- int value
Replaces PointAnnotation.dataPointIndex with value.
Implementation
PointAnnotation withDataPointIndex(int value) =>
copyWith(dataPointIndex: value);
Replaces PointAnnotation.dataPointIndex with value.
PointAnnotation withDataPointIndex(int value) =>
copyWith(dataPointIndex: value);