OverlayRoute<T> constructor
Null safety
- {RouteSettings? settings}
Creates a route that knows how to interact with an Overlay.
Implementation
OverlayRoute({
super.settings,
});
Creates a route that knows how to interact with an Overlay.
OverlayRoute({
super.settings,
});