link library

Classes

LinkInfo
Encapsulates all the information necessary to build a Link widget.
LinkTarget
Defines where a Link URL should be open.

Functions

pushRouteNameToFramework(Object? _, String routeName) Future<ByteData>
Pushes the routeName into Flutter's navigation system via a platform message.

Typedefs

Signature for a function provided by the Link widget that instructs it to follow the link.
LinkDelegate = Widget Function(LinkInfo linkWidget)
Signature for a delegate function to build the Link widget.
LinkWidgetBuilder = Widget Function(BuildContext context, FollowLink? followLink)
Signature for a builder function passed to the Link widget to construct the widget tree under it.