clearTrackStyle method
Clears BarChartSeries.trackStyle to null.
Implementation
BarChartSeries clearTrackStyle() => copyWith(clearTrackStyle: true);
Clears BarChartSeries.trackStyle to null.
BarChartSeries clearTrackStyle() => copyWith(clearTrackStyle: true);