StickerAsset constructor

const StickerAsset({
  1. required String id,
  2. required Sticker sticker,
  3. double angle = 0.0,
  4. StickerConstraint constraint = const StickerConstraint(),
  5. StickerPosition position = const StickerPosition(),
  6. StickerSize size = const StickerSize(),
})

Implementation

const StickerAsset({
  required this.id,
  required this.sticker,
  this.angle = 0.0,
  this.constraint = const StickerConstraint(),
  this.position = const StickerPosition(),
  this.size = const StickerSize(),
});