Implementing long press on tab bar in flutter

513 views Asked by At

I am new to flutter. I want to implement long press event on tab bar. can somebody help me with this ? A general idea of how to implement long press event on tabs of the tab bar.

1

There are 1 answers

0
Salih Can On BEST ANSWER

You can use 'GestureDetector' widget with 'onLongPress' property.

More information: https://api.flutter.dev/flutter/widgets/GestureDetector/onLongPress.html