StickerFullTypeRegular constructor

const StickerFullTypeRegular({
  1. File? premiumAnimation,
})

The sticker is a regular sticker

Implementation

const StickerFullTypeRegular({
  this.premiumAnimation,
});