GroupedStoriesView constructor

GroupedStoriesView({
  1. String? collectionDbName,
  2. String? languageCode,
  3. int? imageStoryDuration,
  4. ProgressPosition? progressPosition,
  5. bool? repeat,
  6. bool? inline,
  7. Color? backgroundColorBetweenStories,
  8. Icon? closeButtonIcon,
  9. Color? closeButtonBackgroundColor,
  10. bool? sortingOrderDesc,
  11. TextStyle? captionTextStyle,
  12. EdgeInsets? captionMargin,
  13. EdgeInsets? captionPadding,
})

Implementation

GroupedStoriesView(
    {this.collectionDbName,
    this.languageCode,
    this.imageStoryDuration,
    this.progressPosition,
    this.repeat,
    this.inline,
    this.backgroundColorBetweenStories,
    this.closeButtonIcon,
    this.closeButtonBackgroundColor,
    this.sortingOrderDesc,
    this.captionTextStyle,
    this.captionMargin,
    this.captionPadding});