onLeftSwipe property

void Function(String message, String sendBy)? onLeftSwipe
final

Provides callback when user swipe chat bubble from left side.

Implementation

final void Function(String message, String sendBy)? onLeftSwipe;