page property

Widget page
final

The page to navigate to when this item is selected.

This should be a widget that represents the content associated with the navigation item.

Implementation

final Widget page;