EmojiViewState constructor

EmojiViewState(
  1. List<CategoryEmoji> categoryEmoji,
  2. OnEmojiSelected onEmojiSelected,
  3. OnBackspacePressed? onBackspacePressed,
  4. OnBackspaceLongPressed onBackspaceLongPressed,
  5. VoidCallback onShowSearchView,
  6. OnCategoryChanged? onCategoryChanged, {
  7. Category? currentCategory,
})

Constructor

Implementation

EmojiViewState(
  this.categoryEmoji,
  this.onEmojiSelected,
  this.onBackspacePressed,
  this.onBackspaceLongPressed,
  this.onShowSearchView,
  this.onCategoryChanged, {
  this.currentCategory,
});