withOpacity method

PolarColumnTargetMarkerStyle withOpacity(
  1. double value
)

Replaces PolarColumnTargetMarkerStyle.opacity with value.

Implementation

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