StickerConfiguration constructor
StickerConfiguration({
- Widget? errorIcon,
- WidgetBuilder? emptyStateView,
- WidgetBuilder? errorStateView,
- WidgetBuilder? loadingStateView,
- String? errorStateText,
- String? emptyStateText,
- Widget? stickerButtonIcon,
- Widget? keyboardButtonIcon,
- Color? stickerIconTint,
- Color? keyboardIconTint,
- double? stickerBubbleHeight,
- double? stickerBubbleWidth,
- String? stickerUrl,
Implementation
StickerConfiguration({
this.errorIcon,
this.emptyStateView,
this.errorStateView,
this.loadingStateView,
this.errorStateText,
this.emptyStateText,
this.stickerButtonIcon,
this.keyboardButtonIcon,
this.stickerIconTint,
this.keyboardIconTint,
this.stickerBubbleHeight,
this.stickerBubbleWidth,
this.stickerUrl,
});