PlayImageSpec constructor
const
PlayImageSpec(
- String label,
- int width,
- int height, {
- StoreImageRules imageRules = playImageRules,
Implementation
const PlayImageSpec(
this.label,
this.width,
this.height, {
this.imageRules = playImageRules,
});