onmousemove top-level property
dynamic Function(MouseEvent)?
get
onmousemove
Fires when the user moves the mouse over the object.
Implementation
_i2.dynamic Function(_i3.MouseEvent)? get onmousemove =>
(_i3.MouseEvent p0) => _i4.callMethod(
_i4.getProperty(
_self,
'onmousemove',
),
r'call',
[
_self,
p0,
],
);