UEpubReader constructor
const
UEpubReader({})
Implementation
const UEpubReader({
this.filePath,
this.bytes,
this.url,
this.asset,
this.controller,
this.initialChapter = 0,
this.showToolbar = true,
this.onChapterChanged,
super.key,
}) : assert(filePath != null || bytes != null || url != null || asset != null || controller != null, "Provide one EPUB source");