build method

  1. @override
Widget build(
  1. BuildContext context,
  2. Route content
)
override

Builds the layout widget tree for the given content item.

This method is called by the content system to render the content item with the specified layout.

Implementation

@override
flutter.Widget build(flutter.BuildContext context, Route content) =>
    DefaultPageRouteLayout(content: content, layout: this);