withPressedOpacity method
- double value
Replaces ScatterInteractionStyle.pressedOpacity with value.
Implementation
ScatterInteractionStyle withPressedOpacity(double value) =>
copyWith(pressedOpacity: value);
Replaces ScatterInteractionStyle.pressedOpacity with value.
ScatterInteractionStyle withPressedOpacity(double value) =>
copyWith(pressedOpacity: value);