SearchResultWidget constructor
const
SearchResultWidget({
- Key? key,
- required SearchStore searchStore,
- required String keyword,
- OnContactSelect? onContactSelect,
- OnGroupSelect? onGroupSelect,
- OnConversationSelect? onConversationSelect,
- OnMessageSelect? onMessageSelect,
Implementation
const SearchResultWidget({
super.key,
required this.searchStore,
required this.keyword,
this.onContactSelect,
this.onGroupSelect,
this.onConversationSelect,
this.onMessageSelect,
});