onMessageLongPressed property
The callback when the user presses down a message for long. By default, the message is selected.
Implementation
final void Function(Message message)? onMessageLongPressed;
The callback when the user presses down a message for long. By default, the message is selected.
final void Function(Message message)? onMessageLongPressed;