avatarBuilder property

(Widget Function(ChatUser, Function? onPressAvatar, Function? onLongPressAvatar)?) avatarBuilder
final

Builder to create your own avatar You can use DefaultAvatar to only override some variables

Implementation

final Widget Function(
        ChatUser, Function? onPressAvatar, Function? onLongPressAvatar)?
    avatarBuilder;