VerticalFeedItemButtonActionComponent constructor

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

Implementation

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