FileDownloadLoader constructor
const
FileDownloadLoader({})
Implementation
const FileDownloadLoader({
super.key,
required this.totalSize,
required this.downloadSpeed,
required this.color,
required this.size,
}) : assert(totalSize > 0, 'Total size must be greater than 0'),
assert(downloadSpeed > 0, 'Download speed must be greater than 0');