Hello
We need onLongPress callback, same as onOpen function.
void Function(LinkableElement)? onOpen
void Function(LinkableElement)? onLongPress
It is important, for example, if the user wants to copy the link or the email.
onOpen will open the link.
onLongPress will copy the link.