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