progress_dialog
progress_dialog
ProgressDialog
hide method
hide
progress_dialog
progress_dialog
ProgressDialog
hide method
ProgressDialog class
Constructors
ProgressDialog
Properties
hashCode
runtimeType
Methods
hide
isShowing
setMessage
show
update
noSuchMethod
toString
Operators
operator ==
hide method
void
hide
(
)
Implementation
void hide() { _isShowing = false; Navigator.of(_context).pop(); }