SearchView constructor
const
SearchView(
- Config config,
- EmojiViewState state,
- VoidCallback showEmojiView, {
- Key? key,
Constructor
Implementation
const SearchView(
this.config,
this.state,
this.showEmojiView, {
Key? key,
}) : super(key: key);