SectionScreen constructor

SectionScreen(
  1. Book book, {
  2. Key? key,
})

Implementation

SectionScreen(this.book, {Key? key}) : super(key: key);