CoverMedia constructor

CoverMedia({
  1. Img? proImg,
  2. Img? covImg,
})

Implementation

CoverMedia({
  this.proImg,
  this.covImg,
});