withWidth method

ScatterMarkerStyle withWidth(
  1. double value
)

Replaces ScatterMarkerStyle.width with value.

Implementation

ScatterMarkerStyle withWidth(double value) => copyWith(width: value);