customMessageHoverBarOnDesktop property
This parameter accepts a custom widget to be displayed when the mouse hovers over a message,
replacing the default message hover action bar.
Applicable only on desktop platforms.
If provided, the default message action functionality will appear in the right-click context menu instead.
Returns null
to use default hover bar.
Implementation
final Widget? Function(V2TimMessage message)? customMessageHoverBarOnDesktop;