withPressedColor method

ScatterInteractionStyle withPressedColor(
  1. Color value
)

Replaces ScatterInteractionStyle.pressedColor with value.

Implementation

ScatterInteractionStyle withPressedColor(Color value) =>
    copyWith(pressedColor: value);