onDragEnd method

  1. @override
void onDragEnd()
override

Called when a drag operation ends.

Implementation

@override
void onDragEnd() {
  // Clear the cached contained nodes
  _containedNodeIds = null;
}