link library
Classes
- Link
- A widget that renders a real link on the web, and uses WebViews in native platforms to open links.
- LinkTarget
- Defines where a Link URL should be open.
Typedefs
-
FollowLink
= Future<
void> Function() - Signature for a function provided by the Link widget that instructs it to follow the link.
- LinkWidgetBuilder = Widget Function(BuildContext context, FollowLink? followLink)
- Signature for a builder function passed to the Link widget to construct the widget tree under it.