withBulletStyle method
- BarBulletStyle value
Replaces BarChartSeries.bulletStyle with value.
Implementation
BarChartSeries withBulletStyle(BarBulletStyle value) =>
copyWith(bulletStyle: value);
Replaces BarChartSeries.bulletStyle with value.
BarChartSeries withBulletStyle(BarBulletStyle value) =>
copyWith(bulletStyle: value);