withSelectionBorderWidth method
- double value
Replaces BarInteractionStyle.selectionBorderWidth with value.
Implementation
BarInteractionStyle withSelectionBorderWidth(double value) =>
copyWith(selectionBorderWidth: value);
Replaces BarInteractionStyle.selectionBorderWidth with value.
BarInteractionStyle withSelectionBorderWidth(double value) =>
copyWith(selectionBorderWidth: value);