withLollipopStyle method

BarChartSeries withLollipopStyle(
  1. BarLollipopStyle value
)

Replaces BarChartSeries.lollipopStyle with value.

Implementation

BarChartSeries withLollipopStyle(BarLollipopStyle value) =>
    copyWith(lollipopStyle: value);