SurahInfoStyle constructor
SurahInfoStyle({
- Color? closeIconColor,
- Color? surahNameColor,
- Color? surahNumberColor,
- Color? backgroundColor,
- Color? primaryColor,
- Color? titleColor,
- Color? indicatorColor,
- Color? textColor,
- String? ayahCount,
- String? secondTabText,
- String? firstTabText,
- double? bottomSheetWidth,
- double? bottomSheetHeight,
- Color? surahNumberDecorationColor,
Implementation
SurahInfoStyle({
this.closeIconColor,
this.surahNameColor,
this.surahNumberColor,
this.backgroundColor,
this.primaryColor,
this.titleColor,
this.indicatorColor,
this.textColor,
this.ayahCount,
this.secondTabText,
this.firstTabText,
this.bottomSheetWidth,
this.bottomSheetHeight,
this.surahNumberDecorationColor,
});