withPointStyle method
- PointStyle value
Replaces ChartDataPoint.pointStyle with value.
Implementation
ChartDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);
Replaces ChartDataPoint.pointStyle with value.
ChartDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);