onTouchEnd property

EventStream<TouchEvent> onTouchEnd

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.

Implementation

EventStream<TouchEvent> get onTouchEnd =>
    InteractiveObject.touchEndEvent.forTarget(this);