StoriesViewWidget constructor
StoriesViewWidget({
- Key? key,
- required int widgetId,
- List<
String> ? segments, - Map<
String, String> ? queryParams, - int? widgetBorderRadius,
- String? widgetBorderColor,
- int? widgetBorderWidth,
- String? widgetTitleBorderColor,
- int? widgetTitleBorderWidth,
- String? widgetBackgroundColor,
- int? widgetHorizontalSpacing,
- int? widgetVerticalSpacing,
- String? storyImageBorderColor,
- 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,
});