EpubChapterViewValue constructor

const EpubChapterViewValue({
  1. required EpubChapter? chapter,
  2. required int chapterNumber,
  3. required int paragraphNumber,
  4. required ItemPosition position,
})

Implementation

const EpubChapterViewValue({
  required this.chapter,
  required this.chapterNumber,
  required this.paragraphNumber,
  required this.position,
});