EmojiViewState constructor
EmojiViewState(
- List<
CategoryEmoji> categoryEmoji, - OnEmojiSelected onEmojiSelected,
- OnBackspacePressed? onBackspacePressed,
- OnBackspaceLongPressed onBackspaceLongPressed,
- VoidCallback onShowSearchView,
- OnCategoryChanged? onCategoryChanged, {
- Category? currentCategory,
Constructor
Implementation
EmojiViewState(
this.categoryEmoji,
this.onEmojiSelected,
this.onBackspacePressed,
this.onBackspaceLongPressed,
this.onShowSearchView,
this.onCategoryChanged, {
this.currentCategory,
});