ProgressIndicator constructor

const ProgressIndicator({
  1. Key? key,
  2. double? value,
})

Implementation

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