progress_manager/progress_dialog library

Classes

ProgressDialog

Functions

showProgressDialog<T>({required BuildContext context, required ProgressManagerInterface progressManager, bool barrierDismissible = false, Color? barrierColor, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior, bool? requestFocus, AnimationStyle? animationStyle}) Future<T?>