targetNode property

TreeNode<T>? targetNode
final

目标节点,如果为 null 表示拖拽到根级别

Implementation

final TreeNode<T>? targetNode;