StoryReaderConfig constructor
const
StoryReaderConfig({
- required int storyId,
- int? startChapter,
- int? defaultTextSize,
- int? endPageRecSize,
- bool? hideBack,
- int? pageTurnType,
- int? fontSizeLevel,
- String? customMiddlePageAdViewId,
- int? middlePageInterval,
- String? customMiddleLineAdViewId,
- int? middleLineStartLine,
- int? middleLineInterval,
- String? customBannerAdViewId,
Implementation
const StoryReaderConfig({
required this.storyId,
this.startChapter,
this.defaultTextSize,
this.endPageRecSize,
this.hideBack,
this.pageTurnType,
this.fontSizeLevel,
this.customMiddlePageAdViewId,
this.middlePageInterval,
this.customMiddleLineAdViewId,
this.middleLineStartLine,
this.middleLineInterval,
this.customBannerAdViewId,
});