PathParameters class

Parameters for connection path creation

Constructors

PathParameters({required Offset start, required Offset end, required double curvature, Port? sourcePort, Port? targetPort, double cornerRadius = 4.0, double offset = 10.0})
const

Properties

cornerRadius double
Corner radius for rounded connections
final
curvature double
Curvature parameter for bezier curves (0.0 to 1.0)
final
end Offset
End point of the connection
final
hashCode int
The hash code for this object.
no setteroverride
offset double
Offset distance from ports
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePort Port?
Source port information (optional)
final
sourcePosition PortPosition
Get source port position, defaulting to right if not specified
no setter
start Offset
Start point of the connection
final
targetPort Port?
Target port information (optional)
final
targetPosition PortPosition
Get target port position, defaulting to left if not specified
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override