withStrokeWidth method

ScatterMarkerStyle withStrokeWidth(
  1. double value
)

Replaces ScatterMarkerStyle.strokeWidth with value.

Implementation

ScatterMarkerStyle withStrokeWidth(double value) =>
    copyWith(strokeWidth: value);