DefaultFontsBuild constructor
DefaultFontsBuild(
- BuildContext context,
- LineModel 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,
- required int pageIndex,
- required List<
int> ayahBookmarked, - Color? ayahSelectedFontColor,
- Widget? anotherMenuChild,
- void anotherMenuChildOnTap(
- AyahModel ayah
- required bool isDark,
- Widget? secondMenuChild,
- void secondMenuChildOnTap(
- AyahModel ayah
Implementation
DefaultFontsBuild(
this.context,
this.line,
this.bookmarksAyahs,
this.bookmarks, {
super.key,
this.boxFit = BoxFit.fill,
this.onDefaultAyahLongPress,
this.bookmarksColor,
this.textColor,
this.ayahSelectedBackgroundColor,
this.bookmarkList,
required this.pageIndex,
required this.ayahBookmarked,
this.ayahSelectedFontColor,
this.anotherMenuChild,
this.anotherMenuChildOnTap,
required this.isDark,
this.secondMenuChild,
this.secondMenuChildOnTap,
});