DownLoadOverlay class

Constructors

DownLoadOverlay(BuildContext _context, DownloadProgressCallback? downloadProgress, DownloadStatusChangeCallback? downloadStatusChange, String? md5, String url, String path)

Properties

downloadProgress DownloadProgressCallback?
final
downloadStatusChange DownloadStatusChangeCallback?
final
hashCode int
The hash code for this object.
no setterinherited
md5 String?
final
path String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanOverLayEntry OverlayEntry
getter/setter pair
url String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited