ConnectionPathParameters constructor
const
ConnectionPathParameters({})
Implementation
const ConnectionPathParameters({
required this.start,
required this.end,
required this.curvature,
this.sourcePort,
this.targetPort,
this.cornerRadius = 4.0,
this.offset = 10.0,
this.backEdgeGap = 20.0,
this.controlPoints = const [],
this.sourceNodeBounds,
this.targetNodeBounds,
this.debugMode = false,
});