onTouchEnd 属性

Stream<TouchEvent> onTouchEnd
覆盖

由这个 Window 处理的 touchend 事件的流。

实现

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