ULoading class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
hide()
→ void
-
Hide loading overlay
-
initialize({WidgetBuilder? customLoaderBuilder, Color overlayColor = Colors.black54, Duration animationDuration = const Duration(milliseconds: 300), Curve animationCurve = Curves.easeInOut, double blurAmount = 2.0, bool dismissible = false, bool useDefaultLoader = true, String defaultLoadingText = "", Color defaultSpinnerColor = Colors.white, double defaultSpinnerSize = 40.0, GlobalKey<NavigatorState>? key})
→ void
-
Initialize loading with custom configurations (optional)
-
isShowing()
→ bool
-
Check if loading is currently showing
-
show({BuildContext? context, WidgetBuilder? customLoader})
→ void
-
Show loading overlay