FeatureActiveConfig constructor

const FeatureActiveConfig({
  1. bool enableSwipeToReply = true,
  2. bool enableReactionPopup = true,
  3. bool enableTextField = true,
  4. bool enableSwipeToSeeTime = true,
  5. bool enableCurrentUserProfileAvatar = false,
  6. bool enableOtherUserProfileAvatar = true,
  7. bool enableReplySnackBar = true,
  8. bool enablePagination = false,
  9. bool enableChatSeparator = true,
  10. bool enableDoubleTapToLike = true,
  11. bool lastSeenAgoBuilderVisibility = true,
  12. bool receiptsBuilderVisibility = true,
  13. bool enableOtherUserName = true,
  14. bool enableScrollToBottomButton = false,
})

Implementation

const FeatureActiveConfig({
  this.enableSwipeToReply = true,
  this.enableReactionPopup = true,
  this.enableTextField = true,
  this.enableSwipeToSeeTime = true,
  this.enableCurrentUserProfileAvatar = false,
  this.enableOtherUserProfileAvatar = true,
  this.enableReplySnackBar = true,
  this.enablePagination = false,
  this.enableChatSeparator = true,
  this.enableDoubleTapToLike = true,
  this.lastSeenAgoBuilderVisibility = true,
  this.receiptsBuilderVisibility = true,
  this.enableOtherUserName = true,
  this.enableScrollToBottomButton = false,
});