nodeShapeBuilder property

NodeShape? Function(Node<T> node)? get nodeShapeBuilder

Gets the node shape builder function.

This function is called to determine the visual shape for each node based on its type or data. If null, nodes will use the default rectangular shape.

Implementation

NodeShape? Function(Node<T> node)? get nodeShapeBuilder => _nodeShapeBuilder;