SwipeToReplyConfiguration constructor

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

Implementation

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