StoryReaderConfig constructor

const StoryReaderConfig({
  1. required int storyId,
  2. int? startChapter,
  3. int? defaultTextSize,
  4. int? endPageRecSize,
  5. bool? hideBack,
  6. int? pageTurnType,
  7. int? fontSizeLevel,
  8. String? customMiddlePageAdViewId,
  9. int? middlePageInterval,
  10. String? customMiddleLineAdViewId,
  11. int? middleLineStartLine,
  12. int? middleLineInterval,
  13. 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,
});