withSelectionBorderWidth method

BarInteractionStyle withSelectionBorderWidth(
  1. double value
)

Replaces BarInteractionStyle.selectionBorderWidth with value.

Implementation

BarInteractionStyle withSelectionBorderWidth(double value) =>
    copyWith(selectionBorderWidth: value);