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. Color? stickerIconTint,
  10. Color? keyboardIconTint,
  11. double? stickerBubbleHeight,
  12. double? stickerBubbleWidth,
  13. 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,
});