onmouseout top-level property

dynamic Function(MouseEvent)? get onmouseout

Fires when the user moves the mouse pointer outside the boundaries of the object.

Implementation

_i2.dynamic Function(_i3.MouseEvent)? get onmouseout =>
    (_i3.MouseEvent p0) => _i4.callMethod(
          _i4.getProperty(
            _self,
            'onmouseout',
          ),
          r'call',
          [
            _self,
            p0,
          ],
        );