clearPointStyle method

RangeAreaDataPoint clearPointStyle()

Clears RangeAreaDataPoint.pointStyle to null.

Implementation

RangeAreaDataPoint clearPointStyle() => copyWith(clearPointStyle: true);