SwipeToReplyConfiguration constructor

const SwipeToReplyConfiguration({
  1. Color? replyIconColor,
  2. Duration? animationDuration,
  3. void onRightSwipe(
    1. String message,
    2. String sendBy
    )?,
  4. void onLeftSwipe(
    1. String message,
    2. String sendBy
    )?,
})

Implementation

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