ChatPhotoSticker constructor

const ChatPhotoSticker({
  1. required ChatPhotoStickerType type,
  2. 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,
});