ProgressIndicatorView constructor

const ProgressIndicatorView(
  1. double height,
  2. double width, {
  3. Key? key,
})

Implementation

const ProgressIndicatorView(this.height, this.width, {super.key});