shape property
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;
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.
final NodeShape? shape;