CustomProductCTA constructor

CustomProductCTA({
  1. String url = "",
  2. String titleKey = "",
  3. String title = "",
})

Creates a custom product CTA.

Implementation

CustomProductCTA({
  this.url = "",
  this.titleKey = "",
  this.title = "",
});