AppstreamCachedIcon constructor

const AppstreamCachedIcon(
  1. String name, {
  2. int? width,
  3. int? height,
})

Implementation

const AppstreamCachedIcon(this.name, {this.width, this.height});