FeatureActiveConfig class
Constructors
- 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})
-
const
Properties
- enableChatSeparator → bool
-
Used for enable/disable chat separator widget.
final
- enableCurrentUserProfileAvatar → bool
-
Used for enable/disable current user profile circle.
final
- enableDoubleTapToLike → bool
-
Used for enable/disable double tap to like message.
final
- enableOtherUserName → bool
-
Used for enable/disable other users name.
final
- enableOtherUserProfileAvatar → bool
-
Used for enable/disable other users profile circle.
final
- enablePagination → bool
-
Used for enable/disable pagination.
final
- enableReactionPopup → bool
-
Used for enable/disable reaction pop-up.
final
- enableReplySnackBar → bool
-
Used for enable/disable reply snack bar when user long press on chat-bubble.
final
- enableScrollToBottomButton → bool
-
Used for enable/disable Scroll To Bottom Button.
final
- enableSwipeToReply → bool
-
Used for enable/disable swipe to reply.
final
- enableSwipeToSeeTime → bool
-
Used for enable/disable swipe whole chat to see message created time.
final
- enableTextField → bool
-
Used for enable/disable text field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastSeenAgoBuilderVisibility → bool
-
Controls the visibility of message seen ago receipts default is true
final
- receiptsBuilderVisibility → bool
-
Controls the visibility of the message
receiptsBuilder
final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited