Dispatched when the user removes contact with a touch-enabled device.
You have to opt-in for touch events by setting the InputEventMode
to TouchOnly
or MouseAndTouch
in the stage options.
Source
EventStream<TouchEvent> get onTouchEnd => InteractiveObject.touchEndEvent.forTarget(this);