Skip to content

The Pop Action

HCaseira edited this page Dec 27, 2023 · 1 revision

This Action pops the top-most route off the Flutter's Navigator.

Properties

  • returnValue a value to be returned. It can be used by other Actions to make decisions an act upon, like reloading data or navigating.

  • returnMessage a quality of life setting to display a message to the user.

  • returnMessageType the type of message to be displayed: info, success, warning, error.