SearchPage constructor
const
SearchPage({
- Key? key,
- OnContactSelect? onContactSelect,
- OnGroupSelect? onGroupSelect,
- OnConversationSelect? onConversationSelect,
- OnMessageSelect? onMessageSelect,
Implementation
const SearchPage({
super.key,
this.onContactSelect,
this.onGroupSelect,
this.onConversationSelect,
this.onMessageSelect,
});