withType method

GaugeGradientStyle withType(
  1. GaugeGradientType value
)

Replaces GaugeGradientStyle.type with value.

Implementation

GaugeGradientStyle withType(GaugeGradientType value) => copyWith(type: value);