dragCompleted property

ValueListenable<DropOperation?> dragCompleted

Fired on drag completion. The value will contain drop operation that the drag finished with.

Implementation

ValueListenable<DropOperation?> get dragCompleted;