SectionTapped constructor

SectionTapped({
  1. required String title,
  2. required Book book,
  3. required int sectionIndex,
})

Implementation

SectionTapped(
    {required this.title, required this.book, required this.sectionIndex});