The first member to accept or the last member to not to reject wins.

See https://flutter.io/gestures/#gesture-disambiguation for more information about the role this class plays in the gesture system.

Constructors

GestureArenaManager()

Properties

hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

add(int pointer, GestureArenaMember member) GestureArenaEntry

Adds a new member (e.g., gesture recognizer) to the arena.

close(int pointer) → void

Prevents new members from entering the arena.

hold(int pointer) → void

Prevents the arena from being swept.

release(int pointer) → void

Releases a hold, allowing the arena to be swept.

sweep(int pointer) → void

Forces resolution of the arena, giving the win to the first member.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited