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,
});