withOpacity method

SolidGaugeStyle withOpacity(
  1. double value
)

Replaces SolidGaugeStyle.opacity with value.

Implementation

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