open<T> abstract method
Future<T?>
open<T>(
- BuildContext context, {
- required WidgetBuilder builder,
- bool displayDragHandle = true,
- bool dismissible = true,
- bool draggable = true,
- PathRouteSettings? settings,
- double? width,
- double? height,
- bool expand = false,
- Constraints? constraints,
- bool nestModals = false,
- dynamic extraOptions,
Implementation
Future<T?> open<T>(BuildContext context,
{required WidgetBuilder builder,
bool displayDragHandle = true,
bool dismissible = true,
bool draggable = true,
PathRouteSettings? settings,
double? width,
double? height,
bool expand = false,
bool useRootNavigator = true,
Constraints? constraints,
bool nestModals = false,
extraOptions});