EmojiKeyboard constructor

const EmojiKeyboard({
  1. Key? key,
  2. required dynamic onSelecte(
    1. String
    ),
})

Implementation

const EmojiKeyboard({super.key, required this.onSelecte});