onLeftSwipe property

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

Provides callback when user swipe chat bubble from left side.

Implementation

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