onTouchEnd property - Document class - dart:html library (original) (raw)

description

Stream<TouchEvent> getonTouchEnd

Stream of touchend events handled by this Document.

Implementation

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