PlayImageSpec constructor

const PlayImageSpec(
  1. String label,
  2. int width,
  3. int height, {
  4. StoreImageRules imageRules = playImageRules,
})

Implementation

const PlayImageSpec(
  this.label,
  this.width,
  this.height, {
  this.imageRules = playImageRules,
});