EmojiPicker constructor
const
EmojiPicker({
- Key? key,
- TextEditingController? textEditingController,
- OnEmojiSelected? onEmojiSelected,
- OnBackspacePressed? onBackspacePressed,
- Config config = const Config(),
- EmojiViewBuilder? customWidget,
EmojiPicker for flutter
Implementation
const EmojiPicker({
super.key,
this.textEditingController,
this.onEmojiSelected,
this.onBackspacePressed,
this.config = const Config(),
this.customWidget,
});