ChatPhotoSticker constructor
const
ChatPhotoSticker({
- required ChatPhotoStickerType type,
- required BackgroundFill backgroundFill,
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it
Implementation
const ChatPhotoSticker({
required this.type,
required this.backgroundFill,
});