onNodeTap property

dynamic Function(GraphNode)? onNodeTap
final

onNodeTap when we tap a node in the tree this action will be triggered

Implementation

final Function(GraphNode)? onNodeTap;