onTap property

dynamic Function(TreeNode<T>)? onTap
final

节点点击回调

Implementation

final Function(TreeNode<T>)? onTap;