clearBulletStyle method
Clears BarChartSeries.bulletStyle to null.
Implementation
BarChartSeries clearBulletStyle() => copyWith(clearBulletStyle: true);
Clears BarChartSeries.bulletStyle to null.
BarChartSeries clearBulletStyle() => copyWith(clearBulletStyle: true);