OverlayRoute<T> constructor Null safety

OverlayRoute<T>(
  1. {RouteSettings? settings}
)

Creates a route that knows how to interact with an Overlay.

Implementation

OverlayRoute({
  super.settings,
});