ondragleave top-level property
dynamic Function(DragEvent)?
get
ondragleave
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
Implementation
_i2.dynamic Function(_i3.DragEvent)? get ondragleave =>
(_i3.DragEvent p0) => _i4.callMethod(
_i4.getProperty(
_self,
'ondragleave',
),
r'call',
[
_self,
p0,
],
);