withSelectionOpacity method

BarInteractionStyle withSelectionOpacity(
  1. double value
)

Replaces BarInteractionStyle.selectionOpacity with value.

Implementation

BarInteractionStyle withSelectionOpacity(double value) =>
    copyWith(selectionOpacity: value);