NativeGestureDispatcher class
- Implemented types
- Implementers
Constructors
-
NativeGestureDispatcher({required int rootId, required int id, required RenderContext<
LoadInstanceContext> context})
Properties
- enableScroll → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- interceptTouchEvent ↔ bool
-
getter/setter pair
- listenAttachedToWindow ↔ bool
-
getter/setter pair
- listenDetachedFromWindow ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addGestureType(
GestureType type) → void -
handle(
GestureType type, double x, double y) → void -
override
-
handleClick(
) → void -
handleLongClick(
) → void -
handleOnAttached(
) → void -
handleOnDetached(
) → void -
handleOnTouchEvent(
PointerEvent event) → void -
handlePressIn(
) → void -
handlePressOut(
) → void -
needHandle(
GestureType type) → bool -
override
-
needListener(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeGestureType(
GestureType type) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited