onExpand property

dynamic Function(TreeNode<T>)? onExpand
final

节点展开/折叠回调

Implementation

final Function(TreeNode<T>)? onExpand;