ChaptersBuilder typedef

ChaptersBuilder = Widget Function(BuildContext context, List<EpubChapter> chapters, List<Paragraph> paragraphs, int index)

Implementation

typedef ChaptersBuilder = Widget Function(
  BuildContext context,
  List<EpubChapter> chapters,
  List<Paragraph> paragraphs,
  int index,
);