withBorderWidth method
- double value
Replaces LegendStyle.borderWidth with value.
Implementation
LegendStyle withBorderWidth(double value) => copyWith(borderWidth: value);
Replaces LegendStyle.borderWidth with value.
LegendStyle withBorderWidth(double value) => copyWith(borderWidth: value);