avatarBuilder property
final
Builder for building an AvatarWidget the ChatTile displays.
Intended to be used to allow custom Badges, InkWells, etc over the AvatarWidget.
Implementation
final Widget Function(Widget child) avatarBuilder;
Builder for building an AvatarWidget the ChatTile displays.
Intended to be used to allow custom Badges, InkWells, etc over the AvatarWidget.
final Widget Function(Widget child) avatarBuilder;