withHeight method

ScatterMarkerStyle withHeight(
  1. double value
)

Replaces ScatterMarkerStyle.height with value.

Implementation

ScatterMarkerStyle withHeight(double value) => copyWith(height: value);