QuranTopBarStyle constructor
const
QuranTopBarStyle({
- bool? showBackButton,
- String? backIconPath,
- Color? backgroundColor,
- Color? textColor,
- Color? accentColor,
- Color? shadowColor,
- Color? handleColor,
- double? elevation,
- double? borderRadius,
- EdgeInsetsGeometry? padding,
- double? height,
- String? audioIconPath,
- double? iconSize,
- Color? iconColor,
- String? fontsDialogTitle,
- String? fontsDialogNotes,
- String? fontsDialogDownloadingText,
- String? tabIndexLabel,
- String? tabSearchLabel,
- String? tabBookmarksLabel,
- String? tabSurahsLabel,
- String? tabJozzLabel,
- bool? showMenuButton,
- bool? showAudioButton,
- bool? showFontsButton,
- String? optionsIconPath,
- List<
Widget> ? customTopBarWidgets, - String? tajweedIconPath,
- String? autoScrollIconPath,
- bool? showTajweedButton,
- bool? showAutoScrollButton,
- String? quranTabText,
- String? tenRecitationsTabText,
- TextStyle? tabLabelStyle,
- EdgeInsetsGeometry? indicatorPadding,
Implementation
const QuranTopBarStyle({
this.showBackButton,
this.backIconPath,
this.backgroundColor,
this.textColor,
this.accentColor,
this.shadowColor,
this.handleColor,
this.elevation,
this.borderRadius,
this.padding,
this.height,
this.menuIconPath,
this.audioIconPath,
this.iconSize,
this.iconColor,
this.fontsDialogTitle,
this.fontsDialogNotes,
this.fontsDialogDownloadingText,
this.tabIndexLabel,
this.tabSearchLabel,
this.tabBookmarksLabel,
this.tabSurahsLabel,
this.tabJozzLabel,
this.showMenuButton,
this.showAudioButton,
this.showFontsButton,
this.optionsIconPath,
this.customTopBarWidgets,
this.tajweedIconPath,
this.autoScrollIconPath,
this.showTajweedButton,
this.showAutoScrollButton,
this.quranTabText,
this.tenRecitationsTabText,
this.tabLabelStyle,
this.indicatorPadding,
});