AnimatedEmoji constructor

AnimatedEmoji({
  1. Sticker? sticker,
  2. required int stickerWidth,
  3. required int stickerHeight,
  4. required int fitzpatrickType,
  5. File? sound,
})

Implementation

AnimatedEmoji({
  this.sticker,
  required this.stickerWidth,
  required this.stickerHeight,
  required this.fitzpatrickType,
  this.sound,
});