withSelectionScale method

ScatterInteractionStyle withSelectionScale(
  1. double value
)

Replaces ScatterInteractionStyle.selectionScale with value.

Implementation

ScatterInteractionStyle withSelectionScale(double value) =>
    copyWith(selectionScale: value);