Sticker constructor
const
Sticker({
- required String fileId,
- required String fileUniqueId,
- required StickerType type,
- required int width,
- required int height,
- required bool isAnimated,
- required bool isVideo,
- PhotoSize? thumbnail,
- String? emoji,
- String? setName,
- MaskPosition? maskPosition,
- String? customEmojiId,
- int? fileSize,
- bool? needsRepainting,
Constructs a Sticker object
Implementation
const Sticker({
required this.fileId,
required this.fileUniqueId,
required this.type,
required this.width,
required this.height,
required this.isAnimated,
required this.isVideo,
this.thumbnail,
this.emoji,
this.setName,
this.premiumAnimation,
this.maskPosition,
this.customEmojiId,
this.fileSize,
this.needsRepainting,
});