withOpacity method

ScatterMarkerStyle withOpacity(
  1. double value
)

Replaces ScatterMarkerStyle.opacity with value.

Implementation

ScatterMarkerStyle withOpacity(double value) => copyWith(opacity: value);