withCornerRadius method
- double value
Replaces GaugeZoneStyle.cornerRadius with value.
Implementation
GaugeZoneStyle withCornerRadius(double value) =>
copyWith(cornerRadius: value);
Replaces GaugeZoneStyle.cornerRadius with value.
GaugeZoneStyle withCornerRadius(double value) =>
copyWith(cornerRadius: value);