StickerBoothValue constructor
const
StickerBoothValue({
- double aspectRatio = 3 / 4,
- List<
StickerAsset> assets = const <StickerAsset>[], - String selectedAssetId = '',
Implementation
const StickerBoothValue({
this.aspectRatio = 3 / 4,
this.assets = const <StickerAsset>[],
this.selectedAssetId = '',
});