BookReaderScreen constructor
const
BookReaderScreen({})
Implementation
const BookReaderScreen(
{Key? key,
required this.onTapNextSection,
this.nextSectionTitle,
required this.book,
required this.sectionIndex})
: super(key: key);