withTrackStyle method
- BarTrackStyle value
Replaces BarChartSeries.trackStyle with value.
Implementation
BarChartSeries withTrackStyle(BarTrackStyle value) =>
copyWith(trackStyle: value);
Replaces BarChartSeries.trackStyle with value.
BarChartSeries withTrackStyle(BarTrackStyle value) =>
copyWith(trackStyle: value);