withType method

PieGradientStyle withType(
  1. PieGradientType value
)

Replaces PieGradientStyle.type with value.

Implementation

PieGradientStyle withType(PieGradientType value) => copyWith(type: value);