StoriesViewiOSNative constructor
StoriesViewiOSNative({
- 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,
- StoriesViewCallback? callback,
Implementation
StoriesViewiOSNative({
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,
this.callback,
});