onTouchEnd 属性

Stream<TouchEvent> onTouchEnd
重写

由该 Window 处理的 touchend 事件的 Stream。

实现

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