withPressedScale method

ScatterInteractionStyle withPressedScale(
  1. double value
)

Replaces ScatterInteractionStyle.pressedScale with value.

Implementation

ScatterInteractionStyle withPressedScale(double value) =>
    copyWith(pressedScale: value);