SwipeToReplyConfiguration constructor

const SwipeToReplyConfiguration({
  1. Color? replyIconColor,
  2. Color? replyIconProgressRingColor,
  3. Color? replyIconBackgroundColor,
  4. OnMessageSwipeCallback? onRightSwipe,
  5. OnMessageSwipeCallback? onLeftSwipe,
})

Implementation

const SwipeToReplyConfiguration({
  this.replyIconColor,
  this.replyIconProgressRingColor,
  this.replyIconBackgroundColor,
  this.onRightSwipe,
  this.onLeftSwipe,
});