GradientProgressIndicator constructor

const GradientProgressIndicator(
  1. List<Color> colors,
  2. double value, {
  3. Key? key,
})

Implementation

const GradientProgressIndicator(this.colors, this.value, {Key? key})
    : super(key: key);