IncomingMessageTileBuilders<T extends MessageBase> class

Constructors

IncomingMessageTileBuilders({MessageWidgetBuilder<MessageBase>? avatarBuilder, MessageWidgetBuilder<MessageBase>? bodyBuilder, MessageWidgetBuilder<MessageBase>? titleBuilder = _defaultIncomingMessageTileTitleBuilder})
const

Properties

avatarBuilder MessageWidgetBuilder<MessageBase>?
Builder to display a widget in front of the body; Typically build the user's avatar here
final
bodyBuilder MessageWidgetBuilder<MessageBase>?
Override the default text widget and supply a complete widget (including container) using your own logic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleBuilder MessageWidgetBuilder<MessageBase>?
Builder to display a widget on top of the first message from the same user. Typically build the user's username here. Pass null to disable the default builder _defaultIncomingMessageTileTitleBuilder.
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