withSelectionColor method
- Color value
Replaces ScatterInteractionStyle.selectionColor with value.
Implementation
ScatterInteractionStyle withSelectionColor(Color value) =>
copyWith(selectionColor: value);
Replaces ScatterInteractionStyle.selectionColor with value.
ScatterInteractionStyle withSelectionColor(Color value) =>
copyWith(selectionColor: value);