withBulletStyle method

BarChartSeries withBulletStyle(
  1. BarBulletStyle value
)

Replaces BarChartSeries.bulletStyle with value.

Implementation

BarChartSeries withBulletStyle(BarBulletStyle value) =>
    copyWith(bulletStyle: value);