flutter_portal library

Classes

Aligned
Align a point of the follower element with a point on the target element Can optionally pass a widthFactor or heightFactor so the follower element gets a size as a factor of the target element. Can optionally pass a backup which will be used if the element is going to be rendered off screen.
Anchor
The logic of layout and positioning of a follower element in relation to a target element.
AxisFlag
Filled
The follower element should ignore any information about the target and expand to fill the bounds of the overlay
Portal
The widget where a PortalTarget and its PortalFollower are rendered.
PortalLabel<T>
PortalLinkScope
PortalTarget
A widget that renders its follower in a different location of the widget tree.

Exceptions / Errors

PortalNotFoundError
The error that is thrown when a PortalTarget fails to find a Portal.