SearchView constructor

const SearchView(
  1. Config config,
  2. EmojiViewState state,
  3. VoidCallback showEmojiView, {
  4. Key? key,
})

Constructor

Implementation

const SearchView(
  this.config,
  this.state,
  this.showEmojiView, {
  Key? key,
}) : super(key: key);