clearBorder method

BarChartStyle clearBorder()

Clears BarChartStyle.border to null.

Implementation

BarChartStyle clearBorder() => copyWith(clearBorder: true);