ElementStream<TouchEvent> onTouchEnter

Stream of touchenter events handled by this Element.

Source

@DomName('Element.ontouchenter')
@DocsEditable()
// http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features
@Experimental()
ElementStream<TouchEvent> get onTouchEnter =>
    touchEnterEvent.forElement(this);