EmojiPickerWidget constructor
const
EmojiPickerWidget({
- Key? key,
- required KeyboardConfig keyboardConfig,
- dynamic onEmojiSelected()?,
- dynamic onBackspacePressed()?,
Implementation
const EmojiPickerWidget({
Key? key,
required this.keyboardConfig,
this.onEmojiSelected,
this.onBackspacePressed,
}) : super(key: key);