ConversationItemInfoBuilder typedef

ConversationItemInfoBuilder = Widget? Function(V2TimConversation conversation)

When ConversationItemInfoBuilder returns the widget, the widget will be used for rendering. When the return value is null, the UIKit default component will be used for rendering.

Implementation

typedef ConversationItemInfoBuilder = Widget? Function(
    V2TimConversation conversation);