withBorderWidth method

LegendStyle withBorderWidth(
  1. double value
)

Replaces LegendStyle.borderWidth with value.

Implementation

LegendStyle withBorderWidth(double value) => copyWith(borderWidth: value);