NewView constructor

const NewView({
  1. Key? key,
  2. String mainPosterImageUrl = "https://www.themoviedb.org/t/p/w600_and_h900_bestv2/wv22frLmCpXDRjKj4MWFwa4eTOK.jpg",
})

Implementation

const NewView({
  super.key,
  this.mainPosterImageUrl = "https://www.themoviedb.org/t/p/w600_and_h900_bestv2/wv22frLmCpXDRjKj4MWFwa4eTOK.jpg",
});