Skip to main content

Action Block

An Event may have an Action associated with it e.g. opening a dialog or a screen, closing a popover, etc. Tink Logic provides Action blocks to connect different Screens, Dialogs, Widgets, etc. Here is a list of Action Blocks.

  • Go To Screen block opens up another screen. Select the Screen to be opened from the drop-down. This helps to navigate from the current screen to the next.

Logic ACtion

  • Below Action block shows component, widget, or screen in a dialog.

Logic ACtion

  • Close Popover removes the topmost dialog from the navigator. If multiple dialogs are opened, the top one gets closed and other dialogs are visible.

Logic ACtion

  • Show Toast displays a message as a toast at the bottom of the screen. Add a constant block inside it and add a message string to it. You can also use the Get block inside Show Toast to retrieve the variable value and display the value.

Logic ACtion

  • Show Widget or Component in a Bottom Sheet. Select the component or widget from the dropdown menu.

Logic ACtion