Page#
Page(
- key:
A widget key to preserve the identity of the page.
- name:
The name of the page, used for Navigator history and analytics.
- arguments:
Optional route arguments passed to the page.
- restorationId:
An ID used for state restoration.
- child:
The widget that this Page builds (subclasses use this).
- maintainState:
Whether the page should remain in memory when not visible. Default: true.
)