AssetThumbnail constructor

const AssetThumbnail({
  1. Key? key,
  2. required GalleryAsset asset,
  3. ValueSetter<Uint8List?>? onBytesGenerated,
})

Implementation

const AssetThumbnail({
  Key? key,
  required this.asset,
  this.onBytesGenerated,
}) : super(key: key);