onTouchEnd 属性

ElementStream<TouchEvent> onTouchEnd
重写

由该 Element 处理的 touchend 事件的流。

实现

ElementStream<TouchEvent> get onTouchEnd => touchEndEvent.forElement(this);