withType method

RadialBarGradientStyle withType(
  1. RadialBarGradientType value
)

Replaces RadialBarGradientStyle.type with value.

Implementation

RadialBarGradientStyle withType(RadialBarGradientType value) =>
    copyWith(type: value);