buildContent method
Builds the primary contents of the route.
Implementation
@override
Widget buildContent(BuildContext context) => _page.child;
Builds the primary contents of the route.
@override
Widget buildContent(BuildContext context) => _page.child;