loader_overlay library
Classes
- GlobalLoaderOverlay
- Global widget that can be used to wrap the whole app
- LoaderOverlay
- Class that effectively display the overlay on the screen. It's a Stateful widget so we can dispose when not needed anymore
- OverlayControllerWidget
- The inherited widget that guarantees the behavior of the overlay
Extensions
- OverlayControllerWidgetExtension on BuildContext
- Just a extension to make it cleaner to show or hide the overlay
Constants
- cLoading → const String
- cProgress → const String
- cShowOverlay → const String
- cWidgetBuilder → const String
- globalLoaderContext → const _GlobalLoaderContext