StickerBoothValue constructor

const StickerBoothValue({
  1. double aspectRatio = 3 / 4,
  2. List<StickerAsset> assets = const <StickerAsset>[],
  3. String selectedAssetId = '',
})

Implementation

const StickerBoothValue({
  this.aspectRatio = 3 / 4,
  this.assets = const <StickerAsset>[],
  this.selectedAssetId = '',
});