avatarBuilder property

Widget Function(Widget child) avatarBuilder
final

Builder for building an AvatarWidget this ContactTile displays.

Intended to be used to allow custom Badges, InkWells, etc over the AvatarWidget.

Implementation

final Widget Function(Widget child) avatarBuilder;