Looping Action During Long Press

I have a button in my FlutterFlow project that performs an action when clicked, and it works perfectly. Now, I want to enhance its functionality so that when the button is long-pressed, the action repeats every 100 milliseconds.

To achieve this, I need to continuously check if the button is pressed within a loop. Is there a way to implement this feature in FlutterFlow? Thank you in advance

7 replies