tencent_cloud_chat_conversation_builders
library
Typedefs
-
-
ConversationItemAvatarBuilder
= Widget? Function(V2TimConversation conversation, bool isOnline)
-
When ConversationItemAvatarBuilder 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.
-
ConversationItemContentBuilder
= Widget? Function(V2TimConversation conversation)
-
When ConversationItemContentBuilder 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.
-
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.