onNodeTap property

(dynamic Function(String)?) onNodeTap
final

The tap handler for a node. Passes the node key.

Implementation

final Function(String)? onNodeTap;