QuranTafsirSideStyle constructor
const
QuranTafsirSideStyle({
- double? quranWidthFraction,
- Color? tafsirPanelBackgroundColor,
- Color? verticalDividerColor,
- double? verticalDividerWidth,
- Color? tafsirTextColor,
- double? tafsirFontSize,
- Color? tafsirHeaderColor,
- Color? tafsirHeaderTextColor,
- Color? ayahDividerColor,
- Color? ayahTextColor,
- double? ayahFontSize,
- int? tafsirMaxLines,
- double? tafsirCollapsedHeight,
- String? readMoreText,
- String? readLessText,
- Color? readMoreButtonColor,
- TextStyle? readMoreTextStyle,
- Color? fontSizeIconColor,
- Color? fontSizeActiveTrackColor,
- Color? fontSizeInactiveTrackColor,
- 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,
});