DownloadProgressState constructor
Implementation
const DownloadProgressState({
required this.totalTasks,
required this.doneTasks,
required this.currentLabel,
required this.fraction,
required this.stepIndex,
required this.stepCount,
});
const DownloadProgressState({
required this.totalTasks,
required this.doneTasks,
required this.currentLabel,
required this.fraction,
required this.stepIndex,
required this.stepCount,
});