Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/GestureDetector-class.htmlarrow-up-right
For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.
Remember that this node is the same as the Flutter Widget.
connector (required)
Widget
Connector for the parent Widget
child (required)
Child Widget
onDoubleTap
Flow
Flow called when the gesture is double tapped
1.0.11
onLongPress
Flow called when the gesture is long pressed
onTap (required)
Flow called when the gesture is tapped
Last updated 3 years ago