LinkWidgetBuilder typedef

LinkWidgetBuilder = Widget Function(BuildContext context, FollowLink? followLink)

Signature for a builder function passed to the Link widget to construct the widget tree under it.

Implementation

typedef LinkWidgetBuilder = Widget Function(
  BuildContext context,
  FollowLink? followLink,
);