CometChatStickerKeyboard constructor
const
CometChatStickerKeyboard({
- Key? key,
- CometChatTheme? theme,
- void onStickerTap()?,
- StickerKeyboardStyle? keyboardStyle,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? errorStateView,
- String? errorStateText,
- WidgetBuilder? emptyStateView,
- String? emptyStateText,
- 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});