AyahTafsirInlineStyle constructor

const AyahTafsirInlineStyle({
  1. Color? backgroundColor,
  2. Color? ayahTextColor,
  3. double? ayahFontSize,
  4. Color? tafsirTextColor,
  5. double? tafsirFontSize,
  6. Color? tafsirBackgroundColor,
  7. Color? dividerColor,
  8. double? dividerThickness,
  9. int? tafsirMaxLines,
  10. double? tafsirCollapsedHeight,
  11. String? readMoreText,
  12. String? readLessText,
  13. Color? readMoreButtonColor,
  14. TextStyle? readMoreTextStyle,
  15. EdgeInsetsGeometry? ayahPadding,
  16. EdgeInsetsGeometry? tafsirPadding,
  17. Color? ayahNumberColor,
  18. Color? optionsBarBackgroundColor,
  19. Color? tafsirSelectorBarColor,
  20. Color? tafsirSelectorTextColor,
  21. Color? fontSizeIconColor,
  22. Widget? fontSizeWidget,
  23. Widget? headerWidget,
  24. AyahTafsirInlineOptionsBarWidget? optionsBarWidget,
  25. IconData? playIconData,
  26. Color? playIconColor,
  27. double? iconSize,
  28. IconData? playAllIconData,
  29. Color? playAllIconColor,
  30. IconData? copyIconData,
  31. Color? copyIconColor,
  32. List<int>? bookmarkColorCodes,
  33. double? iconHorizontalPadding,
  34. IconData? bookmarkIconData,
  35. double? tafsirBackgroundBorderRadius,
})

Implementation

const AyahTafsirInlineStyle({
  this.backgroundColor,
  this.ayahTextColor,
  this.ayahFontSize,
  this.tafsirTextColor,
  this.tafsirFontSize,
  this.tafsirBackgroundColor,
  this.dividerColor,
  this.dividerThickness,
  this.tafsirMaxLines,
  this.tafsirCollapsedHeight,
  this.readMoreText,
  this.readLessText,
  this.readMoreButtonColor,
  this.readMoreTextStyle,
  this.ayahPadding,
  this.tafsirPadding,
  this.ayahNumberColor,
  this.optionsBarBackgroundColor,
  this.tafsirSelectorBarColor,
  this.tafsirSelectorTextColor,
  this.fontSizeIconColor,
  this.fontSizeWidget,
  this.headerWidget,
  this.optionsBarWidget,
  this.playIconData,
  this.playIconColor,
  this.iconSize,
  this.playAllIconData,
  this.playAllIconColor,
  this.copyIconData,
  this.copyIconColor,
  this.bookmarkColorCodes,
  this.iconHorizontalPadding,
  this.bookmarkIconData,
  this.tafsirBackgroundBorderRadius,
});