withStartColor method

RadialBarGradientStyle withStartColor(
  1. Color value
)

Replaces RadialBarGradientStyle.startColor with value.

Implementation

RadialBarGradientStyle withStartColor(Color value) =>
    copyWith(startColor: value);