On this page
onMouseEnter property
ElementStream<MouseEvent> onMouseEnterStream of mouseenter events handled by this Element.
Source
@DomName('SVGElement.onmouseenter')
@DocsEditable()
@Experimental() // untriaged
ElementStream<MouseEvent> get onMouseEnter =>
    mouseEnterEvent.forElement(this);
  © 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
 https://api.dartlang.org/stable/1.24.3/dart-svg/SvgElement/onMouseEnter.html