EpubPage constructor

const EpubPage({
  1. Key? key,
  2. required File epubPath,
})

Implementation

const EpubPage({
  super.key,
  required this.epubPath,
});