Timer

Control Timer using action
You can set the following types of actions on a Timer widget:
- 1.Start Timer: This starts the timer. If the timer is already started, triggering this type won't have any effect.
- 2.Stop Timer: This stops the timer. This will have effect only if the timer is started.
- 3.Reset Timer: This resets the timer and brings it to the initial state.
Go to your project page on FlutterFlow and follow the steps below to define the Action to any widget.
- Select the Widget (e.g., Button) on which you want to define the action.
- Select Actions from the Properties panel (the right menu), and click + Add Action.
- Search and select the Timer (under UI Interactions) action.
- Set the Timer Action Type among the Start Timer, Stop Timer, and Reset Timer.

Adding Timer action
Last modified 2mo ago