withTrackOpacity method

RadialBarStyle withTrackOpacity(
  1. double value
)

Replaces RadialBarStyle.trackOpacity with value.

Implementation

RadialBarStyle withTrackOpacity(double value) =>
    copyWith(trackOpacity: value);