customDrawNode property

dynamic Function(TreeNode<T> node, bool isSelected)? customDrawNode
final

Custom function to draw nodes

Implementation

final Function(TreeNode<T> node, bool isSelected)? customDrawNode;