routes/modals library

Classes

AndroidModalOpener<T>
CupertinoModalOpener<T>
DesktopModalOpener
ModalOpener
Describes how to open modal windows on the various platforms. A new modal opener can be registered by using Modals.register
Modals

Typedefs

ModalOpenerOverride = ModalOpener? Function(BuildContext context, {bool useScaffold})
OpenModal<T> = Future<T?> Function(BuildContext context, {required WidgetBuilder builder, bool dismissible, bool displayDragHandle, bool draggable, bool expand, double? height, bool nestModals, PathRouteSettings? settings, bool useRootNavigator, double? width})