Page#

Page(

  1. key:

    A widget key to preserve the identity of the page.

  2. name:

    The name of the page, used for Navigator history and analytics.

  3. arguments:

    Optional route arguments passed to the page.

  4. restorationId:

    An ID used for state restoration.

  5. child:

    The widget that this Page builds (subclasses use this).

  6. maintainState:

    Whether the page should remain in memory when not visible. Default: true.

)

✅1.key:#

✅2.name:#

✅3.arguments:#

✅4.restorationId:#

✅5.child:#

✅6.maintainState:#