follow_the_leader library

Classes

BuildInOrder
A Widget that builds its children in the order that they're provided, using the constraints from this widget's parent.
CustomLayerLinkHandle
A handle provided by LeaderLink.registerFollower to a calling FollowerLayer to establish a link between that FollowerLayer and a LeaderLayer.
Follower
A widget that follows a Leader.
FollowerAligner
FollowerAlignment
FollowerBoundary
A boundary that determines where a Follower is allowed to appear.
FollowerFadeOutBeyondBoundary
A Widget that fades out when the Leader attached to the given link exceeds the given boundary.
FollowerLayer
A composited layer that applies a transformation matrix to its children such that they are positioned to match a LeaderLayer.
FtlLogs
Follow the Leader logging.
FunctionalAligner
A FollowerAligner that delegates to a callback function.
Leader
A widget that can be targeted by a CompositedTransformFollower.
LeaderLayer
A composited layer that can be followed by a FollowerLayer.
Links one or more Follower positions to a Leader.
LogNames
Follow the Leader logger names.
RenderBuildInOrder
RenderBox for a BuildInOrder widget.
RenderFollower
RenderLeader
RenderObject for a Leader widget, which reports an offset that can be followed by a Follower.
ScreenFollowerBoundary
A FollowerBoundary that keeps the follower within the screen bounds.
StaticOffsetAligner
WidgetFollowerBoundary
A FollowerBoundary that keeps the follower within the bounds of the widget attached to the given boundaryKey.