clearBulletStyle method

BarChartSeries clearBulletStyle()

Clears BarChartSeries.bulletStyle to null.

Implementation

BarChartSeries clearBulletStyle() => copyWith(clearBulletStyle: true);