StoriesViewWidget constructor

StoriesViewWidget({
  1. Key? key,
  2. required int widgetId,
  3. List<String>? segments,
  4. Map<String, String>? queryParams,
  5. int? widgetBorderRadius,
  6. String? widgetBorderColor,
  7. int? widgetBorderWidth,
  8. String? widgetTitleBorderColor,
  9. int? widgetTitleBorderWidth,
  10. String? widgetBackgroundColor,
  11. int? widgetHorizontalSpacing,
  12. int? widgetVerticalSpacing,
  13. String? storyImageBorderColor,
  14. int? storyImageBorderSize,
})

Implementation

StoriesViewWidget({
  super.key,
  required this.widgetId,
  this.segments,
  this.queryParams,

  this.widgetBorderRadius,
  this.widgetBorderColor,
  this.widgetBorderWidth,
  this.widgetTitleBorderColor,
  this.widgetTitleBorderWidth,
  this.widgetBackgroundColor,
  this.widgetHorizontalSpacing,
  this.widgetVerticalSpacing,
  this.storyImageBorderColor,
  this.storyImageBorderSize,
});