CustomTransitionPage#

✅ All Parameters#

CustomTransitionPage(

  1. key:

    Unique key for the page.

  2. name:

    The route name of the page.

  3. arguments:

    Optional route arguments.

  4. restorationId:

    State restoration ID.

  5. child:

    The widget content of this page.

  6. maintainState:

    Whether to keep the page state alive when not visible. Default: true.

  7. fullscreenDialog:

    Shows the page as a fullscreen dialog (iOS style). Default: false.

  8. opaque:

    Whether the page fully covers everything behind it. Default: true.

  9. barrierColor:

    The background color behind this page when non-opaque.

  10. barrierDismissible: Whether tapping the barrier dismisses the page. Default: false.

  11. transitionsBuilder: ⭐ The most important parameter. Defines how the page animates when it transitions in/out.

)

✅1.key:#

✅2.name:#

✅3.arguments:#

✅4.restorationId:#

✅5.child:#

✅6.maintainState:#

✅7.fullscreenDialog:#

✅8.opaque:#

✅9.barrierColor:#

✅10.barrierDismissible:#

✅11.transitionsBuilder:#