ChaptersList constructor
ChaptersList({})
Implementation
ChaptersList(
{super.key,
required this.chapters,
required this.bookId,
this.leadingIcon,
required this.accentColor,
required this.chapterListTitle});