menu
nim_conversationkit_ui package
documentation
widgets/conversation_desktop_top_bar.dart
ConversationDesktopTopBar
onSearchTap property
onSearchTap property
dark_mode
light_mode
onSearchTap
property
VoidCallback
?
onSearchTap
final
点击搜索框时的回调,由调用方决定如何打开搜索页(通常为 showDesktopDialog)
Implementation
final VoidCallback? onSearchTap;
nim_conversationkit_ui package
documentation
widgets/conversation_desktop_top_bar
ConversationDesktopTopBar
onSearchTap property
ConversationDesktopTopBar class