SwipeToReplyConfiguration constructor
const
SwipeToReplyConfiguration({
- Color? replyIconColor,
- Color? replyIconProgressRingColor,
- Color? replyIconBackgroundColor,
- OnMessageSwipeCallback? onRightSwipe,
- OnMessageSwipeCallback? onLeftSwipe,
Implementation
const SwipeToReplyConfiguration({
this.replyIconColor,
this.replyIconProgressRingColor,
this.replyIconBackgroundColor,
this.onRightSwipe,
this.onLeftSwipe,
});