PromotionImage constructor

PromotionImage({
  1. int? height,
  2. String? source,
  3. int? width,
})

Implementation

PromotionImage({this.height, this.source, this.width});