AyahTafsirInlineStyle constructor
const
AyahTafsirInlineStyle({
- Color? backgroundColor,
- Color? ayahTextColor,
- double? ayahFontSize,
- Color? tafsirTextColor,
- double? tafsirFontSize,
- Color? tafsirBackgroundColor,
- Color? dividerColor,
- double? dividerThickness,
- int? tafsirMaxLines,
- double? tafsirCollapsedHeight,
- String? readMoreText,
- String? readLessText,
- Color? readMoreButtonColor,
- TextStyle? readMoreTextStyle,
- EdgeInsetsGeometry? ayahPadding,
- EdgeInsetsGeometry? tafsirPadding,
- Color? ayahNumberColor,
- Color? optionsBarBackgroundColor,
- Color? tafsirSelectorBarColor,
- Color? tafsirSelectorTextColor,
- Color? fontSizeIconColor,
- Widget? fontSizeWidget,
- Widget? headerWidget,
- AyahTafsirInlineOptionsBarWidget? optionsBarWidget,
- IconData? playIconData,
- Color? playIconColor,
- double? iconSize,
- IconData? playAllIconData,
- Color? playAllIconColor,
- IconData? copyIconData,
- Color? copyIconColor,
- List<
int> ? bookmarkColorCodes, - double? iconHorizontalPadding,
- IconData? bookmarkIconData,
- 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,
});