titleBuilder property

MessageWidgetBuilder<MessageBase>? titleBuilder
final

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.

Implementation

final MessageWidgetBuilder? titleBuilder;