withBorder method

BarChartStyle withBorder(
  1. BarBorderStyle value
)

Replaces BarChartStyle.border with value.

Implementation

BarChartStyle withBorder(BarBorderStyle value) => copyWith(border: value);