StickerAsset constructor
const
StickerAsset({
- required String id,
- required Sticker sticker,
- double angle = 0.0,
- StickerConstraint constraint = const StickerConstraint(),
- StickerPosition position = const StickerPosition(),
- 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(),
});