withFocusColor method

ScatterInteractionStyle withFocusColor(
  1. Color value
)

Replaces ScatterInteractionStyle.focusColor with value.

Implementation

ScatterInteractionStyle withFocusColor(Color value) =>
    copyWith(focusColor: value);