OverlayRoute<T> constructor

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

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

Implementation

OverlayRoute({
  super.settings,
});