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