ConnectionParams class

Connection parameters.

Constructors

ConnectionParams({required String destElementId, required ArrowParams arrowParams, List<Pivot>? pivots})
ConnectionParams.fromJson(String source)
factory
ConnectionParams.fromMap(Map<String, dynamic> map)
factory

Properties

arrowParams ArrowParams
Arrow parameters.
final
destElementId String
Unique element ID where this connection points.
final
hashCode int
The hash code for this object.
no setterinherited
pivots List<Pivot>
List of pivot points for the segmented arrow style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dissect(Offset point) → void
Divide the connection into segments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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