clearTrackStyle method

BarChartSeries clearTrackStyle()

Clears BarChartSeries.trackStyle to null.

Implementation

BarChartSeries clearTrackStyle() => copyWith(clearTrackStyle: true);