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