LayerLink class

An object that a LeaderLayer can register with.

An instance of this class should be provided as the LeaderLayer.link and the FollowerLayer.link properties to cause the FollowerLayer to follow the LeaderLayer.

See also:

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
leader LeaderLayer?
The LeaderLayer connected to this link.
no setter
leaderSize Size?
The total size of the content of the connected LeaderLayer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
override

Operators

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