const ProgressDialog( {Key? key, this.willPop = true, this.status = 'Please wait...'}) : super(key: key);