DefaultEmojiPickerView constructor

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

Constructor

Implementation

const DefaultEmojiPickerView(
  super.config,
  super.state,
  super.showSearchBar, {
  super.key,
});