PlayImageSpec constructor

const PlayImageSpec(
  1. String label,
  2. int width,
  3. int height
)

Implementation

const PlayImageSpec(this.label, this.width, this.height);