ProgressUpdate constructor
const
ProgressUpdate({})
Implementation
const ProgressUpdate({
this.title,
this.subtitle,
this.progress,
this.isCompleted = false,
this.hasError = false,
this.errorMessage,
});
const ProgressUpdate({
this.title,
this.subtitle,
this.progress,
this.isCompleted = false,
this.hasError = false,
this.errorMessage,
});