modalRouteSettings property
Returns the RouteSettings of the current modal route, or null
if there is no modal route.
Implementation
RouteSettings? get modalRouteSettings => modalRoute?.settings;
Returns the RouteSettings of the current modal route, or null
if there is no modal route.
RouteSettings? get modalRouteSettings => modalRoute?.settings;