MessageConfiguration class

Constructors

MessageConfiguration({ImageMessageConfiguration? imageMessageConfig, MessageReactionConfiguration? messageReactionConfig, EmojiMessageConfiguration? emojiMessageConfig, Widget customMessageBuilder(Message)?, VoiceMessageConfiguration? voiceMessageConfig})
const

Properties

customMessageBuilder → (Widget Function(Message)?)
Provides builder to create view for custom messages.
final
emojiMessageConfig EmojiMessageConfiguration?
Provides configuration of emoji messages appearance.
final
hashCode int
The hash code for this object.
no setterinherited
imageMessageConfig ImageMessageConfiguration?
Provides configuration of image message appearance.
final
messageReactionConfig MessageReactionConfiguration?
Provides configuration of image message appearance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceMessageConfig → VoiceMessageConfiguration?
Configurations for voice message bubble
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