buildPage abstract method

  1. @protected
Widget buildPage(
  1. BuildContext context
)

Describe the user interface for this StandardPage The regular build method should generally not be used.

The context passed to this method is wrapped with a Builder from the StandardPage's context.

Implementation

@protected
Widget buildPage(BuildContext context);