zero.appdocs

GestureListener

Presentations v1.0 zero-schema

No description provided.

Required fields

PresentationType Child

Properties

PresentationType string required
The GestureDetector widget is commonly used to detect gestures like taps, drags, and scaling. The onTap property of GestureDetector is specifically used to handle tap gestures, which are equivalent to a click action in web development.
Allowed GestureListener
Data string optional
Additional data that can be associated with the gesture listener, providing context or information for the gesture handling logic.
OnClick composed optional
The action or function to be executed when the associated child widget is clicked or tapped by the user.
Child object required
The child widget is the part of your app's interface that the user interacts with directly, like a button, image, or text. When you attach a gesture listener to the child widget, it enables the widget to detect and respond to user gestures, such as taps

Referenced contracts