const CDKProgressBar({ Key? key, this.value = 0.0, this.isIndeterminate = false, this.isRunning = false, }) : super(key: key);