menu
bunny_video_player package
documentation
models/download_progress.dart
DownloadProgress
DownloadProgress.new constructor
DownloadProgress.new constructor
dark_mode
light_mode
DownloadProgress
constructor
DownloadProgress
(
{
required
double
progress
,
required
bool
isComplete
,
String
?
error
,
})
Implementation
DownloadProgress({ required this.progress, required this.isComplete, this.error, });
bunny_video_player package
documentation
models/download_progress
DownloadProgress
DownloadProgress.new constructor
DownloadProgress class