build method
Builds the drawer navigator widget tree.
Implementation
Widget build(BuildContext context) {
return routerProxy.build(context);
}
Builds the drawer navigator widget tree.
Widget build(BuildContext context) {
return routerProxy.build(context);
}