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