withHoverColor method

ScatterInteractionStyle withHoverColor(
  1. Color value
)

Replaces ScatterInteractionStyle.hoverColor with value.

Implementation

ScatterInteractionStyle withHoverColor(Color value) =>
    copyWith(hoverColor: value);