NodeOutput constructor
NodeOutput({
- required String id,
- required List<
EdgeInput> next, - NodeSize? size,
- AnchorType? anchorType,
- String? from,
- String? to,
- AnchorOrientation? orientation,
- bool isAnchor = false,
- List<
String> passedIncomes = const [], - List<
String> renderIncomes = const [], - int? childrenOnMatrix,
- AnchorMargin? anchorMargin,
Implementation
NodeOutput({
required String id,
required List<EdgeInput> next,
NodeSize? size,
this.anchorType,
this.from,
this.to,
this.orientation,
this.isAnchor = false,
this.passedIncomes = const [],
this.renderIncomes = const [],
this.childrenOnMatrix,
this.anchorMargin,
}) : super(id: id, next: next, size: size);