ShowEpub constructor
ShowEpub({})
Implementation
ShowEpub({
super.key,
required this.epubBook,
required this.accentColor,
this.starterChapter = 0,
this.shouldOpenDrawer = false,
required this.bookId,
required this.chapterListTitle,
this.onPageFlip,
this.onLastPage,
});