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