StickerConfiguration constructor

StickerConfiguration({
  1. Widget? errorIcon,
  2. WidgetBuilder? emptyStateView,
  3. WidgetBuilder? errorStateView,
  4. WidgetBuilder? loadingStateView,
  5. String? errorStateText,
  6. String? emptyStateText,
  7. Widget? stickerButtonIcon,
  8. Widget? keyboardButtonIcon,
  9. CometChatTheme? theme,
  10. StickerKeyboardStyle? stickerKeyboardStyle,
  11. Color? stickerIconTint,
  12. 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});