CometChatStickerKeyboard constructor

const CometChatStickerKeyboard({
  1. Key? key,
  2. void onStickerTap(
    1. Sticker
    )?,
  3. WidgetBuilder? loadingStateView,
  4. WidgetBuilder? errorStateView,
  5. WidgetBuilder? emptyStateView,
  6. double? height,
})

Implementation

const CometChatStickerKeyboard({
  super.key,
  this.onStickerTap,
  this.loadingStateView,
  this.errorStateView,
  this.emptyStateView,
  this.height,
});