withPressedOpacity method

ScatterInteractionStyle withPressedOpacity(
  1. double value
)

Replaces ScatterInteractionStyle.pressedOpacity with value.

Implementation

ScatterInteractionStyle withPressedOpacity(double value) =>
    copyWith(pressedOpacity: value);