QuranTafsirSideStyle constructor

const QuranTafsirSideStyle({
  1. double? quranWidthFraction,
  2. Color? tafsirPanelBackgroundColor,
  3. Color? verticalDividerColor,
  4. double? verticalDividerWidth,
  5. Color? tafsirTextColor,
  6. double? tafsirFontSize,
  7. Color? tafsirHeaderColor,
  8. Color? tafsirHeaderTextColor,
  9. Color? ayahDividerColor,
  10. Color? ayahTextColor,
  11. double? ayahFontSize,
  12. int? tafsirMaxLines,
  13. double? tafsirCollapsedHeight,
  14. String? readMoreText,
  15. String? readLessText,
  16. Color? readMoreButtonColor,
  17. TextStyle? readMoreTextStyle,
  18. Color? fontSizeIconColor,
  19. Color? fontSizeActiveTrackColor,
  20. Color? fontSizeInactiveTrackColor,
  21. Color? fontSizeThumbColor,
})

Implementation

const QuranTafsirSideStyle({
  this.quranWidthFraction,
  this.tafsirPanelBackgroundColor,
  this.verticalDividerColor,
  this.verticalDividerWidth,
  this.tafsirTextColor,
  this.tafsirFontSize,
  this.tafsirHeaderColor,
  this.tafsirHeaderTextColor,
  this.ayahDividerColor,
  this.ayahTextColor,
  this.ayahFontSize,
  this.tafsirMaxLines,
  this.tafsirCollapsedHeight,
  this.readMoreText,
  this.readLessText,
  this.readMoreButtonColor,
  this.readMoreTextStyle,
  this.fontSizeIconColor,
  this.fontSizeActiveTrackColor,
  this.fontSizeInactiveTrackColor,
  this.fontSizeThumbColor,
});