LinkPreviewBlockPreviewBuilder typedef

LinkPreviewBlockPreviewBuilder = Widget Function(BuildContext context, Node node, String url, String? title, String? description, String? imageUrl)

Implementation

typedef LinkPreviewBlockPreviewBuilder = Widget Function(
  BuildContext context,
  Node node,
  String url,
  String? title,
  String? description,
  String? imageUrl,
);