withPointStyle method

ChartDataPoint withPointStyle(
  1. PointStyle value
)

Replaces ChartDataPoint.pointStyle with value.

Implementation

ChartDataPoint withPointStyle(PointStyle value) =>
    copyWith(pointStyle: value);