withOpacity method

BarTargetMarkerStyle withOpacity(
  1. double value
)

Replaces BarTargetMarkerStyle.opacity with value.

Implementation

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