utils/loading_utils library
Enums
- EasyLoadingAnimationStyle
- loading animation
- EasyLoadingIndicatorType
-
loading indicator type. see
https://github.com/jogboms/flutter_spinkit#-showcase
- EasyLoadingMaskType
- loading mask type none default mask type, allow user interactions while loading is displayed clear don't allow user interactions while loading is displayed black don't allow user interactions while loading is displayed custom while mask type is custom, maskColor should not be null
- EasyLoadingStatus
- loading status
- EasyLoadingStyle
- loading style
- EasyLoadingToastPosition
- toast position
Typedefs
- EasyLoadingStatusCallback = void Function(EasyLoadingStatus status)