EmojiPickerView constructor

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

Constructor

Implementation

const EmojiPickerView(
  Config config,
  EmojiViewState state,
  this.handleSendPressed, {super.key}
) : super(config, state);