withHoverScale method

ScatterInteractionStyle withHoverScale(
  1. double value
)

Replaces ScatterInteractionStyle.hoverScale with value.

Implementation

ScatterInteractionStyle withHoverScale(double value) =>
    copyWith(hoverScale: value);