QuranTopBarStyle constructor

const QuranTopBarStyle({
  1. bool? showBackButton,
  2. String? backIconPath,
  3. Color? backgroundColor,
  4. Color? textColor,
  5. Color? accentColor,
  6. Color? shadowColor,
  7. Color? handleColor,
  8. double? elevation,
  9. double? borderRadius,
  10. EdgeInsetsGeometry? padding,
  11. double? height,
  12. String? menuIconPath,
  13. String? audioIconPath,
  14. double? iconSize,
  15. Color? iconColor,
  16. String? fontsDialogTitle,
  17. String? fontsDialogNotes,
  18. String? fontsDialogDownloadingText,
  19. String? tabIndexLabel,
  20. String? tabSearchLabel,
  21. String? tabBookmarksLabel,
  22. String? tabSurahsLabel,
  23. String? tabJozzLabel,
  24. bool? showMenuButton,
  25. bool? showAudioButton,
  26. bool? showFontsButton,
  27. String? optionsIconPath,
  28. List<Widget>? customTopBarWidgets,
  29. String? tajweedIconPath,
  30. String? autoScrollIconPath,
  31. bool? showTajweedButton,
  32. bool? showAutoScrollButton,
  33. String? quranTabText,
  34. String? tenRecitationsTabText,
  35. TextStyle? tabLabelStyle,
  36. 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,
});