onTouchEnd 属性

Stream<TouchEvent> onTouchEnd

由该 Document 处理的 touchend 事件流。

实现

Stream<TouchEvent> get onTouchEnd => Element.touchEndEvent.forTarget(this);