WrappedRoute<T extends RouteWrapper> constructor

const WrappedRoute<T extends RouteWrapper>({
  1. Key? key,
  2. required T child,
})

Implementation

const WrappedRoute({Key? key, required this.child}) : super(key: key);