gesture_detector_custom_long_tap_duration

Last updated:

0 purchases

gesture_detector_custom_long_tap_duration Image
gesture_detector_custom_long_tap_duration Images
Add to Cart

Description:

gesture detector custom long tap duration

gesture_detector_custom_long_tap_duration #
A GestureDetector where you can set the Duration for LongPress callback
Example: #

CustomLongTap(

widget: Container(

child: Text('Press ME!'),

),

duration: Duration(seconds: 5),

onShortTap: () {

// do something on normal press

},

onLongTap: () {

// do something on long press

},

),
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.