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