CometChatStickerKeyboard constructor
const
CometChatStickerKeyboard({
- Key? key,
- void onStickerTap()?,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? errorStateView,
- WidgetBuilder? emptyStateView,
- double? height,
Implementation
const CometChatStickerKeyboard({
super.key,
this.onStickerTap,
this.loadingStateView,
this.errorStateView,
this.emptyStateView,
this.height,
});