onTouchCancel property
override
Stream of touchcancel
events handled by this Element.
Implementation
ElementStream<TouchEvent> get onTouchCancel =>
touchCancelEvent.forElement(this);
Stream of touchcancel
events handled by this Element.
ElementStream<TouchEvent> get onTouchCancel =>
touchCancelEvent.forElement(this);