withTrackStyle method

BarChartSeries withTrackStyle(
  1. BarTrackStyle value
)

Replaces BarChartSeries.trackStyle with value.

Implementation

BarChartSeries withTrackStyle(BarTrackStyle value) =>
    copyWith(trackStyle: value);