TafsirStyle constructor

TafsirStyle({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. Widget? fontSizeWidget,
  4. Widget? tafsirNameWidget,
  5. String? translateName,
  6. Color? linesColor,
  7. Color? selectedTafsirColor,
  8. Color? unSelectedTafsirColor,
})

Implementation

TafsirStyle({
  this.backgroundColor,
  this.textColor,
  this.fontSizeWidget,
  this.tafsirNameWidget,
  this.translateName,
  this.linesColor,
  this.selectedTafsirColor,
  this.unSelectedTafsirColor,
});