LoadingDialog class

Constructors

LoadingDialog()

Properties

hashCode int
The hash code for this object.
no setterinherited
msg String
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ dynamic
getter/setter pair

Methods

hide(BuildContext context) → dynamic
Hides the loading dialog.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context, {String? message, bool isDismissible = kDebugMode, ThemeData? theme, required ProImageEditorConfigs configs}) → dynamic
Displays a loading dialog in the given context.
toString() String
A string representation of this object.
inherited

Operators

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