generated/arcane_shadcn/src/components/overlay/dialog library

Classes

DialogOverlayCompleter<T>
Completer that manages the lifecycle of a dialog overlay.
DialogOverlayHandler
Overlay handler that manages dialog display using the navigation stack.
DialogRoute<T>
Custom route implementation for shadcn_flutter dialogs.
FullScreenDialogOverlayHandler
Full-screen variant of the dialog overlay handler.
ModalBackdrop
A visual backdrop widget that creates modal-style overlays.
ModalBackdropTheme
Theme configuration for modal backdrop appearance and behavior.
ModalContainer
A container widget that provides consistent styling for modal content.
SurfaceBarrierPainter
Custom painter that creates a barrier effect with an optional cutout.

Functions

showDialog<T>({required BuildContext context, required WidgetBuilder builder, bool useRootNavigator = true, bool barrierDismissible = true, Color? barrierColor, String? barrierLabel, bool useSafeArea = true, RouteSettings? routeSettings, Offset? anchorPoint, TraversalEdgeBehavior? traversalEdgeBehavior, AlignmentGeometry? alignment, bool fullScreen = false}) Future<T?>
Displays a dialog using the shadcn_flutter design system.