withSelectionColor method

ScatterInteractionStyle withSelectionColor(
  1. Color value
)

Replaces ScatterInteractionStyle.selectionColor with value.

Implementation

ScatterInteractionStyle withSelectionColor(Color value) =>
    copyWith(selectionColor: value);