wrappedRoute method
- BuildContext context
override
clients will implement this method to return their wrapped routes
Implementation
@override
Widget wrappedRoute(BuildContext context) {
return Sidebar(
body: this,
);
}
clients will implement this method to return their wrapped routes
@override
Widget wrappedRoute(BuildContext context) {
return Sidebar(
body: this,
);
}