withSelectionScale method
- double value
Replaces ScatterInteractionStyle.selectionScale with value.
Implementation
ScatterInteractionStyle withSelectionScale(double value) =>
copyWith(selectionScale: value);
Replaces ScatterInteractionStyle.selectionScale with value.
ScatterInteractionStyle withSelectionScale(double value) =>
copyWith(selectionScale: value);