flutter_progress_loading library

Enums

ProgressLoadingAnimationStyle
loading animation
ProgressLoadingIndicatorType
loading indicator type. see https://github.com/jogboms/flutter_spinkit#-showcase
ProgressLoadingMaskType
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
ProgressLoadingStatus
loading status
ProgressLoadingStyle
loading style
ProgressLoadingToastPosition
toast position

Typedefs

ProgressLoadingStatusCallback = void Function(ProgressLoadingStatus status)