SurahHeaderWidget constructor
SurahHeaderWidget(
- int surahNumber, {
- Key? key,
- BannerStyle? bannerStyle,
- SurahNameStyle? surahNameStyle,
- void onSurahBannerPress(
- SurahNamesModel surah
- SurahInfoStyle? surahInfoStyle,
- required bool isDark,
Implementation
SurahHeaderWidget(
this.surahNumber, {
super.key,
this.bannerStyle,
this.surahNameStyle,
this.onSurahBannerPress,
this.surahInfoStyle,
required this.isDark,
});