AssetGenImage constructor

const AssetGenImage(
  1. String _assetName, {
  2. Size? size,
  3. Set<String> flavors = const {},
})

Implementation

const AssetGenImage(this._assetName, {this.size, this.flavors = const {}});