Impact_PageSelector_4_Item constructor

Impact_PageSelector_4_Item({
  1. required dynamic image,
  2. required dynamic title,
  3. required dynamic description,
  4. double? ImgWidth,
  5. double? ImgHeight,
})

Implementation

Impact_PageSelector_4_Item({
  required  this.image,
  required  this.title,
  required  this.description,
  this.ImgWidth,
  this.ImgHeight,
});