clearHoverColor method
Clears ScatterInteractionStyle.hoverColor to null.
Implementation
ScatterInteractionStyle clearHoverColor() => copyWith(clearHoverColor: true);
Clears ScatterInteractionStyle.hoverColor to null.
ScatterInteractionStyle clearHoverColor() => copyWith(clearHoverColor: true);