StickerConfiguration constructor
StickerConfiguration({
- Widget? errorIcon,
- WidgetBuilder? emptyStateView,
- WidgetBuilder? errorStateView,
- WidgetBuilder? loadingStateView,
- String? errorStateText,
- String? emptyStateText,
- Widget? stickerButtonIcon,
- Widget? keyboardButtonIcon,
- CometChatTheme? theme,
- StickerKeyboardStyle? stickerKeyboardStyle,
- Color? stickerIconTint,
- Color? keyboardIconTint,
Implementation
StickerConfiguration(
{this.errorIcon,
this.emptyStateView,
this.errorStateView,
this.loadingStateView,
this.errorStateText,
this.emptyStateText,
this.stickerButtonIcon,
this.keyboardButtonIcon,
this.theme,
this.stickerKeyboardStyle,
this.stickerIconTint,
this.keyboardIconTint});