UiMenuGestureController class

Bridges a held gesture from an anchor into its separately mounted popup. Attach to one stack at a time; the anchor forwards its long-press updates.

Constructors

UiMenuGestureController()

Properties

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

Methods

back() → void
begin() → void
cancel() → void
end(LongPressEndDetails details) → void
focus() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Offset globalPosition) → void

Operators

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