itemBuilder property
Builder function that is used only in AnyLinkPreview.builder and allows building a custom Widget from the Metadata, with either of the optional ImageProvider or SvgPicture fetched.
Implementation
final Widget Function(BuildContext, Metadata, ImageProvider?, SvgPicture?)?
itemBuilder;