buildContent abstract method

  1. @protected
Widget? buildContent(
  1. BuildContext context
)

Builds the primary contents of the route.

Implementation

@protected
Widget? buildContent(BuildContext context);