TestGestureArenaMember class

Inheritance

Constructors

TestGestureArenaMember.new({VoidCallback? onTap})

Properties

hashCode int
The hash code for this object.
no setterinherited
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acceptGesture(int pointer) → void
Called when this member wins the arena for the given pointer id.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rejectGesture(int pointer) → void
Called when this member loses the arena for the given pointer id.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited