ondragenter top-level property
dynamic Function(DragEvent)?
get
ondragenter
Fires on the target element when the user drags the object to a valid drop target.
Implementation
_i2.dynamic Function(_i3.DragEvent)? get ondragenter =>
(_i3.DragEvent p0) => _i4.callMethod(
_i4.getProperty(
_self,
'ondragenter',
),
r'call',
[
_self,
p0,
],
);