Flutter
gestures
GestureArenaMember
acceptGesture abstract method
acceptGesture
GestureArenaMember class
Constructors
GestureArenaMember
Properties
hashCode
runtimeType
Methods
acceptGesture
rejectGesture
noSuchMethod
toString
Operators
operator ==
acceptGesture method
void
acceptGesture
(
int
pointer
)
Called when this member wins the arena for the given pointer id.
Implementation
void acceptGesture(int pointer);