EmojiCategory constructor
Contains a list of similar emoji to search for in getStickers and searchStickers
Implementation
const EmojiCategory({
  required this.name,
  required this.icon,
  required this.emojis,
});Contains a list of similar emoji to search for in getStickers and searchStickers
const EmojiCategory({
  required this.name,
  required this.icon,
  required this.emojis,
});