AssetMetadata constructor
Creates an object containing information about an asset.
Implementation
const AssetMetadata({
required this.key,
required this.targetDevicePixelRatio,
required this.main,
});
Creates an object containing information about an asset.
const AssetMetadata({
required this.key,
required this.targetDevicePixelRatio,
required this.main,
});