TopBottomQuranStyle constructor

const TopBottomQuranStyle({
  1. String? juzName,
  2. String? sajdaName,
  3. String? surahName,
  4. Widget? customChild,
  5. TopBottomCustomChildBuilder? customChildBuilder,
  6. String? hizbName,
  7. Color? surahNameColor,
  8. Color? juzTextColor,
  9. Color? hizbTextColor,
  10. Color? pageNumberColor,
  11. Color? sajdaNameColor,
})

Implementation

const TopBottomQuranStyle({
  this.juzName,
  this.sajdaName,
  this.surahName,
  this.customChild,
  this.customChildBuilder,
  this.hizbName,
  this.surahNameColor,
  this.juzTextColor,
  this.hizbTextColor,
  this.pageNumberColor,
  this.sajdaNameColor,
});