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