ondragend top-level property

dynamic Function(DragEvent)? get ondragend

Fires on the source object when the user releases the mouse at the close of a drag operation.

Implementation

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