Callback function for when emoji is selected
The function returns the selected Emoji as well as the Category from which it originated
typedef OnEmojiSelected = void Function(Category category, Emoji emoji);