SurahInfoStyle constructor

SurahInfoStyle({
  1. Color? closeIconColor,
  2. Color? surahNameColor,
  3. Color? surahNumberColor,
  4. Color? backgroundColor,
  5. Color? primaryColor,
  6. Color? titleColor,
  7. Color? indicatorColor,
  8. Color? textColor,
  9. String? ayahCount,
  10. String? secondTabText,
  11. String? firstTabText,
})

Implementation

SurahInfoStyle({
  this.closeIconColor,
  this.surahNameColor,
  this.surahNumberColor,
  this.backgroundColor,
  this.primaryColor,
  this.titleColor,
  this.indicatorColor,
  this.textColor,
  this.ayahCount,
  this.secondTabText,
  this.firstTabText,
});