withLollipopStyle method
- BarLollipopStyle value
Replaces BarChartSeries.lollipopStyle with value.
Implementation
BarChartSeries withLollipopStyle(BarLollipopStyle value) =>
copyWith(lollipopStyle: value);
Replaces BarChartSeries.lollipopStyle with value.
BarChartSeries withLollipopStyle(BarLollipopStyle value) =>
copyWith(lollipopStyle: value);