ChatPhotoSticker constructor

ChatPhotoSticker({
  1. ChatPhotoStickerType? type,
  2. BackgroundFill? backgroundFill,
})

Implementation

ChatPhotoSticker({this.type, this.backgroundFill});