ModalRoute< T> constructor
Creates a route that blocks interaction with previous routes.
Implementation
ModalRoute({
RouteSettings settings,
}) : super._settings(settings);
Creates a route that blocks interaction with previous routes.
ModalRoute({
RouteSettings settings,
}) : super._settings(settings);