VisibleConnection class

Constructors

VisibleConnection({required GlobalKey<State<StatefulWidget>> key, required String id, Size? size, Offset? position, required bool isHovering, required bool isVisible})
Creates a new instance of VisibleConnection.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the visible connection.
final
isHovering bool
Indicates whether the visible point is being hovered over.
final
isVisible bool
Indicates whether the visible connection is currently visible.
final
key GlobalKey<State<StatefulWidget>>
final
position Offset?
The position of the visible connection.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size?
The size of the widget to render.
final

Methods

copyWith({Offset? position, bool? isHovering, bool? isVisible, Size? size}) VisibleConnection
Creates a copy of the VisibleConnection with optional modifications.
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.
inherited