RoutingPortal constructor
const
RoutingPortal({
- Key? key,
- required RoutingModule routing,
Implementation
const RoutingPortal({Key? key, required this.routing}) : super(key: key);