buildContent method

Widget buildContent(
  1. BuildContext context
)
inherited

Builds the primary contents of the route.

Implementation

Widget buildContent(BuildContext context) => _page.child;