TapUpEvent class final

Constructors

TapUpEvent({required Vector2 scene, required Vector2 local, required TapUpDetails details})
const

Properties

details TapUpDetails
Flutter's own details for this event.
final
hashCode int
The hash code for this object.
no setterinherited
local Vector2
This pointer's position in the receiving node's local space.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene Vector2
This pointer's position in scene (world) space.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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