ChatsWidgetBuilder<T extends ChatBase> typedef

ChatsWidgetBuilder<T extends ChatBase> = Widget Function(BuildContext context, int index, ChatBase item)

Builder called to construct parts of the ChatsListTile widget. index is the item's position in the list

Implementation

typedef ChatsWidgetBuilder<T extends ChatBase> = Widget Function(
    BuildContext context, int index, ChatBase item);