const ProgressBar({ Key? key, this.isDoneLoading = true, this.percentage = 0.0, }) : super(key: key);