ProgressDialog constructor
ProgressDialog({
- required dynamic context,
Implementation
ProgressDialog({required context, bool? useRootNavigator}) {
this._context = context;
this._useRootNavigator = useRootNavigator ?? true;
}