StoryCircle constructor
const
StoryCircle({
- Key? key,
- List<
StoryItem> ? story, - int? selectedIndex,
- TextStyle? storyCircleTextStyle,
- Color? highLightColor,
- double? circleRadius,
- double? circlePadding,
- double? borderThickness,
- TextStyle? fullPagetitleStyle,
- Color? paddingColor,
- bool? displayProgress,
- Color? fullpageVisitedColor,
- Color? fullpageUnvisitedColor,
- double? spaceBetweenStories,
- bool? showThumbnailOnFullPage,
- double? fullpageThumbnailSize,
- bool? showStoryNameOnFullPage,
- Color? storyStatusBarColor,
- Function? onPageChanged,
- Duration? autoPlayDuration,
- bool showStoryName = true,
Implementation
const StoryCircle({
Key? key,
this.story,
this.selectedIndex,
this.storyCircleTextStyle,
this.highLightColor,
this.circleRadius,
this.circlePadding,
this.borderThickness,
this.fullPagetitleStyle,
this.paddingColor,
this.displayProgress,
this.fullpageVisitedColor,
this.fullpageUnvisitedColor,
this.spaceBetweenStories,
this.showThumbnailOnFullPage,
this.fullpageThumbnailSize,
this.showStoryNameOnFullPage,
this.storyStatusBarColor,
this.onPageChanged,
this.autoPlayDuration,
this.showStoryName = true,
}) : super(key: key);