StoriesViewWidget constructor
StoriesViewWidget({
- Key? key,
- required int widgetId,
- List<
String> ? segments, - Map<
String, String> ? queryParams, - String? customerId,
- List<
StorifyMeDynamicData> ? dynamicData, - Iterable<
StorifyMeAd> ? customAds, - StorifyMeStoryPlaybackOptions? playbackOptions,
- StorifyMeStoryAudioOptions? audioOptions,
- StorifyMeURLPresentationOptions? urlPresentationOptions,
- int? storyTitleHorizontalPadding,
- double estimatedHeight = 180.0,
- bool showLoadingActivityIndicator = false,
- StorifyMeAutoLayoutBehavior? autoLayoutBehavior,
- StorifyMeDirection? direction,
- String? language,
Implementation
StoriesViewWidget(
{Key? key,
required this.widgetId,
this.segments,
this.queryParams,
this.customerId,
this.dynamicData,
this.customAds,
this.playbackOptions,
this.audioOptions,
this.urlPresentationOptions,
this.storyTitleHorizontalPadding,
this.estimatedHeight = 180.0,
this.showLoadingActivityIndicator = false,
this.autoLayoutBehavior,
this.direction,
this.language})
: super(key: key ?? Key('storifyme-$widgetId-${segments?.join(",")}'));