buildContent method

  1. @override
Widget buildContent(
  1. BuildContext context
)
override

Builds the primary contents of the route.

Implementation

@override
Widget buildContent(BuildContext context) => builder(context);