FeatureActiveConfig constructor
const
FeatureActiveConfig({
- bool enableSwipeToReply = true,
- bool enableReactionPopup = true,
- bool enableTextField = true,
- bool enableSwipeToSeeTime = true,
- bool enableCurrentUserProfileAvatar = false,
- bool enableOtherUserProfileAvatar = true,
- bool enableReplySnackBar = true,
- bool enablePagination = false,
- bool enableChatSeparator = true,
- bool enableDoubleTapToLike = true,
- bool lastSeenAgoBuilderVisibility = true,
- bool receiptsBuilderVisibility = true,
- bool enableOtherUserName = true,
- 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,
});