onMessageLongPressed property

void Function(Message message)? onMessageLongPressed
final

The callback when the user presses down a message for long. By default, the message is selected.

Implementation

final void Function(Message message)? onMessageLongPressed;