AdaptiveProgressIndicator constructor

AdaptiveProgressIndicator({
  1. Key? key,
  2. dynamic value,
})

Implementation

AdaptiveProgressIndicator({Key? key, this.value}) : super(key: key);