onRightSwipe property

void Function(String message, String sentBy)? onRightSwipe
final

Provides callback when user swipe chat bubble from right side.

Implementation

final void Function(String message, String sentBy)? onRightSwipe;