PopupHUD class

Class for managing progress HUD popup

Constructors

PopupHUD(BuildContext context, {VoidCallback? onCancel, HUD? hud})
Initialize PopupHUD

Properties

context BuildContext
The BuildContext of PopupHUD progress HUD to display
final
detailLabel String?
Return progress HUD detail label text
no setter
hashCode int
The hash code for this object.
no setterinherited
label String?
Return progress HUD label text
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
If non-null, the value of this progress indicator.
no setter

Methods

dismiss() bool
Dismiss current showing PopupHUD from the top of current Navigator
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDetailLabel(String detail) → void
Update the displayed progress HUD detail label
setLabel(String label) → void
Update the displayed progress HUD label
setValue(double value) → void
Update the displayed progress HUD value
show() Future<void>
Show PopupHUD on top of current Navigator
toString() String
A string representation of this object.
inherited

Operators

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