EmojiPickerView constructor

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

Constructor

Implementation

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