onNodeDoubleTap property

dynamic Function(String)? onNodeDoubleTap
final

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

Implementation

final Function(String)? onNodeDoubleTap;