FullPageView constructor
const
FullPageView({
- Key? key,
- required List<
StoryItem> ? storiesMapList, - required int? storyNumber,
- TextStyle? fullPagetitleStyle,
- bool? displayProgress,
- Color? fullpageVisitedColor,
- Color? fullpageUnvisitedColor,
- bool? showThumbnailOnFullPage,
- double? fullpageThumbnailSize,
- bool? showStoryNameOnFullPage,
- Color? storyStatusBarColor,
- Function? onPageChanged,
- Duration? autoPlayDuration,
Implementation
const FullPageView({
Key? key,
required this.storiesMapList,
required this.storyNumber,
this.fullPagetitleStyle,
this.displayProgress,
this.fullpageVisitedColor,
this.fullpageUnvisitedColor,
this.showThumbnailOnFullPage,
this.fullpageThumbnailSize,
this.showStoryNameOnFullPage,
this.storyStatusBarColor,
this.onPageChanged,
this.autoPlayDuration,
}) : super(key: key);