ChatViewArguments class

Constructors

ChatViewArguments.new({required String chatJid, String topicId = '', bool didNotificationLaunchApp = false, bool isUser = false, String? messageId, bool enableCalls = true, bool showChatDeliveryIndicator = true, bool disableAppBar = false, bool chatInfoPageRedirect = false, bool enableSwipeToReply = true, bool menuActionsEnabled = false, bool isAppBarForwardEnabled = true, bool isMessageWidgetForwardEnabled = true, bool isAppBarReplyEnabled = true, bool isAppBarStarEnabled = true, bool isAppBarDeleteMessageEnabled = true, bool isAppBarCopyMessageEnabled = true, bool isAppBarMessageInfoEnabled = true, bool isAppBarReportEnabled = true, bool isAppBarClearChatEnabled = true, bool isAppBarBlockEnabled = true, bool isAppBarSearchEnabled = true, bool isAppBarEmailEnabled = true, bool isAppBarEditMessageEnabled = true, bool isAppBarShareEnabled = true, bool isVoiceCallEnabled = true, bool isVideoCallEnabled = true, int swipeSensitivity = 5, bool showTopicName = true, Color? topicTitleColor, Color? topicTitleBgColor, List<TextInputFormatter>? messageTextFieldInputFormatters})
const

Properties

chatInfoPageRedirect bool
final
chatJid String
final
didNotificationLaunchApp bool
final
disableAppBar bool
final
enableCalls bool
final
enableSwipeToReply bool
final
hashCode int
The hash code for this object.
no setterinherited
isAppBarBlockEnabled bool
final
isAppBarClearChatEnabled bool
final
isAppBarCopyMessageEnabled bool
final
isAppBarDeleteMessageEnabled bool
final
isAppBarEditMessageEnabled bool
final
isAppBarEmailEnabled bool
final
isAppBarForwardEnabled bool
final
isAppBarMessageInfoEnabled bool
final
isAppBarReplyEnabled bool
final
isAppBarReportEnabled bool
final
isAppBarSearchEnabled bool
final
isAppBarShareEnabled bool
final
isAppBarStarEnabled bool
final
isMessageWidgetForwardEnabled bool
final
isUser bool
final
isVideoCallEnabled bool
final
isVoiceCallEnabled bool
final
final
messageId String?
final
messageTextFieldInputFormatters List<TextInputFormatter>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showChatDeliveryIndicator bool
final
showTopicName bool
final
swipeSensitivity int
final
topicId String
final
topicTitleBgColor Color?
final
topicTitleColor Color?
final

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