withCornerRadius method

GaugeZoneStyle withCornerRadius(
  1. double value
)

Replaces GaugeZoneStyle.cornerRadius with value.

Implementation

GaugeZoneStyle withCornerRadius(double value) =>
    copyWith(cornerRadius: value);