EmojiPickerContent constructor
EmojiPickerContent({
- Key? key,
- required int activeTabIndex,
- dynamic onEmojiClick()?,
- VoidCallback? onSendClick,
- VoidCallback? onDeleteClick,
Implementation
EmojiPickerContent({
super.key,
required this.activeTabIndex,
this.onEmojiClick,
this.onSendClick,
this.onDeleteClick,
});