shape property

NodeShape? shape
final

Optional shape for the node.

When null, the node is rendered as a rectangle. When provided, the node is rendered using the shape's path and visual properties.

Implementation

final NodeShape? shape;