VerticalFeedItemProductCardComponent constructor

VerticalFeedItemProductCardComponent({
  1. required String type,
  2. required String id,
  3. required String? customPayload,
  4. String? text,
  5. String? actionUrl,
  6. List<STRProductItem>? products,
})

Implementation

VerticalFeedItemProductCardComponent({
  required this.type,
  required this.id,
  required this.customPayload,
  this.text,
  this.actionUrl,
  this.products,
});