withSelectionStrokeWidth method

ScatterInteractionStyle withSelectionStrokeWidth(
  1. double value
)

Replaces ScatterInteractionStyle.selectionStrokeWidth with value.

Implementation

ScatterInteractionStyle withSelectionStrokeWidth(double value) =>
    copyWith(selectionStrokeWidth: value);