node static method
Creates a spatial item for a node.
Implementation
static NodeSpatialItem node({required String nodeId, required Rect bounds}) =>
NodeSpatialItem(nodeId: nodeId, bounds: bounds);
Creates a spatial item for a node.
static NodeSpatialItem node({required String nodeId, required Rect bounds}) =>
NodeSpatialItem(nodeId: nodeId, bounds: bounds);