withPressedColor method
- Color value
Replaces ScatterInteractionStyle.pressedColor with value.
Implementation
ScatterInteractionStyle withPressedColor(Color value) =>
copyWith(pressedColor: value);
Replaces ScatterInteractionStyle.pressedColor with value.
ScatterInteractionStyle withPressedColor(Color value) =>
copyWith(pressedColor: value);