nodeShape property

NodeShape? Function(Node node)? nodeShape
getter/setter pair

Optional function to get the shape for a node. Used to calculate correct port positions for shaped nodes.

Implementation

NodeShape? Function(Node node)? nodeShape;