DSCardProductInformation constructor

const DSCardProductInformation({
  1. String? title,
  2. String? subtitle,
  3. String? image,
  4. String? subtitle2,
})

Implementation

const DSCardProductInformation({
  this.title,
  this.subtitle,
  this.image,
  this.subtitle2,
});