emojiSet property
Useful to provide a customized list of Emoji or add/remove the support for specific locales (create similar method as in default_emoji_set_locale.dart). If not provided, the default emoji set will be used based on the locales that are available in the package.
Implementation
final List<CategoryEmoji> Function(Locale locale)? emojiSet;