CometChatStickerKeyboard constructor

const CometChatStickerKeyboard({
  1. Key? key,
  2. CometChatTheme? theme,
  3. void onStickerTap(
    1. Sticker
    )?,
  4. StickerKeyboardStyle? keyboardStyle,
  5. WidgetBuilder? loadingStateView,
  6. WidgetBuilder? errorStateView,
  7. String? errorStateText,
  8. WidgetBuilder? emptyStateView,
  9. String? emptyStateText,
  10. Widget? errorIcon,
})

Implementation

const CometChatStickerKeyboard(
    {super.key,
    this.theme,
    this.onStickerTap,
    this.keyboardStyle,
    this.loadingStateView,
    this.errorStateView,
    this.errorStateText,
    this.emptyStateView,
    this.emptyStateText,
    this.errorIcon});