ConnectionPainter constructor
ConnectionPainter({
- required List<
WorkflowConnection> connections, - required CoordinateTransformer transformer,
- bool isCreatingConnection = false,
- WorkflowNode? connectionStartNode,
- Offset? connectionEndPoint,
- String? connectionType,
Implementation
ConnectionPainter({
required this.connections,
required this.transformer,
this.isCreatingConnection = false,
this.connectionStartNode,
this.connectionEndPoint,
this.connectionType,
});