ProgressIndicatorWidget constructor
const
ProgressIndicatorWidget({})
Implementation
const ProgressIndicatorWidget({
Key? key,
required this.downloadProgress,
required this.isDownloading,
required this.isFetching,
}) : super(key: key);