buildContent method Null safety
- BuildContext context
inherited
Builds the primary contents of the route.
Implementation
Widget buildContent(BuildContext context) => _page.child;
Builds the primary contents of the route.
Widget buildContent(BuildContext context) => _page.child;