inRightDrag method

IMindMapNode? inRightDrag(
  1. IMindMapNode node,
  2. Offset offset
)

Implementation

IMindMapNode? inRightDrag(IMindMapNode node, Offset offset) {
  return inRightDragByParentNode(node, offset, widget.getRootNode());
}