Custom widget for Message Link Preview

My messaging section has a custom function that scans the textfield for a link. If a link is found, it is then pulled into a custom widget that uses the "flutter_link_previewer" package. This is fine and working well, but I would much rather use the "any_link_preview" because that package has greater customization. For example, my links look like this right now with the image at the bottom of the preview instead of at the top with the link and description underneath it... needless to say, it looks strange at best and awful when the link is longer because then it completely removes the image. I would like to have it look like the examples found within the any_link_preview package. Has anyone used this before? Looking for a little help here...

Thanks!

1