clearHoverColor method

ScatterInteractionStyle clearHoverColor()

Clears ScatterInteractionStyle.hoverColor to null.

Implementation

ScatterInteractionStyle clearHoverColor() => copyWith(clearHoverColor: true);