StickerLayerData constructor
      
      StickerLayerData({})
     
    
Creates an instance of StickerLayerData.
The sticker parameter is required, and other properties are optional.
Implementation
StickerLayerData({
  required this.sticker,
  super.offset,
  super.rotation,
  super.scale,
  super.id,
  super.flipX,
  super.flipY,
});