withBorder method
- BarBorderStyle value
Replaces BarChartStyle.border with value.
Implementation
BarChartStyle withBorder(BarBorderStyle value) => copyWith(border: value);
Replaces BarChartStyle.border with value.
BarChartStyle withBorder(BarBorderStyle value) => copyWith(border: value);