ChatAnimatedListBuilder typedef

ChatAnimatedListBuilder = Widget Function(BuildContext, ChatItem itemBuilder)

Signature for building the main chat list widget (e.g., ChatAnimatedList).

Implementation

typedef ChatAnimatedListBuilder =
    Widget Function(BuildContext, ChatItem itemBuilder);