QuranLine constructor
QuranLine(
- Line line,
- List<
int> bookmarksAyahs, - Map<
int, List< bookmarks, {BookmarkModel> > - Key? key,
- BoxFit boxFit = BoxFit.fill,
- dynamic onDefaultAyahLongPress(
- LongPressStartDetails details,
- AyahModel ayah
- Color? bookmarksColor,
- Color? textColor,
- Color? ayahSelectedBackgroundColor,
- List? bookmarkList,
- VoidCallback? onPagePress,
- required int pageIndex,
Implementation
QuranLine(
this.line,
this.bookmarksAyahs,
this.bookmarks, {
super.key,
this.boxFit = BoxFit.fill,
this.onDefaultAyahLongPress,
this.bookmarksColor,
this.textColor,
this.ayahSelectedBackgroundColor,
this.bookmarkList,
this.onPagePress,
required this.pageIndex,
});