withHeight method
- double value
Replaces ScatterMarkerStyle.height with value.
Implementation
ScatterMarkerStyle withHeight(double value) => copyWith(height: value);
Replaces ScatterMarkerStyle.height with value.
ScatterMarkerStyle withHeight(double value) => copyWith(height: value);