TafsirStyle class

Constructors

TafsirStyle({Color? backgroundColor, Color? textColor, Widget? fontSizeWidget, Widget? tafsirNameWidget, String? translateName, String? tafsirName, Color? textTitleColor, Color? currentTafsirColor, Color? backgroundTitleColor, Color? selectedTafsirColor, Color? unSelectedTafsirColor, Color? selectedTafsirBorderColor, Color? unSelectedTafsirBorderColor, Color? selectedTafsirTextColor, Color? unSelectedTafsirTextColor, double? fontSize, String? footnotesName, Color? dividerColor, double? horizontalMargin, double? verticalMargin, Color? tafsirBackgroundColor, String? tafsirIsEmptyNote, double? heightOfBottomSheet, double? widthOfBottomSheet, double? changeTafsirDialogHeight, double? changeTafsirDialogWidth, Widget? fontSizeIconWidget, Color? fontSizeBackgroundColor, Color? fontSizeThumbColor, Color? fontSizeActiveTrackColor, Color? fontSizeInactiveTrackColor, double? fontSizeIconSize})
TafsirStyle.defaults({required bool isDark, required BuildContext context})
factory

Properties

backgroundColor Color?
final
backgroundTitleColor Color?
final
changeTafsirDialogHeight double?
final
changeTafsirDialogWidth double?
final
currentTafsirColor Color?
final
dividerColor Color?
final
fontSize double?
final
fontSizeActiveTrackColor Color?
final
fontSizeBackgroundColor Color?
final
fontSizeIconSize double?
final
fontSizeIconWidget Widget?
final
fontSizeInactiveTrackColor Color?
final
fontSizeThumbColor Color?
final
fontSizeWidget Widget?
final
footnotesName String?
final
hashCode int
The hash code for this object.
no setterinherited
heightOfBottomSheet double?
final
horizontalMargin double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTafsirBorderColor Color?
final
selectedTafsirColor Color?
final
selectedTafsirTextColor Color?
final
tafsirBackgroundColor Color?
final
tafsirIsEmptyNote String?
final
tafsirName String?
final
tafsirNameWidget Widget?
final
textColor Color?
final
textTitleColor Color?
final
translateName String?
final
unSelectedTafsirBorderColor Color?
final
unSelectedTafsirColor Color?
final
unSelectedTafsirTextColor Color?
final
verticalMargin double?
final
widthOfBottomSheet double?
final

Methods

copyWith({Widget? tafsirNameWidget, Widget? fontSizeWidget, String? translateName, String? tafsirName, Color? currentTafsirColor, Color? textTitleColor, Color? backgroundTitleColor, Color? selectedTafsirColor, Color? unSelectedTafsirColor, Color? selectedTafsirTextColor, Color? unSelectedTafsirTextColor, Color? selectedTafsirBorderColor, Color? unSelectedTafsirBorderColor, Color? backgroundColor, Color? textColor, Color? tafsirBackgroundColor, Color? dividerColor, double? fontSize, String? footnotesName, double? horizontalMargin, double? verticalMargin, String? tafsirIsEmptyNote, double? heightOfBottomSheet, double? widthOfBottomSheet, double? changeTafsirDialogHeight, double? changeTafsirDialogWidth, Widget? fontSizeIconWidget, Color? fontSizeBackgroundColor, Color? fontSizeThumbColor, Color? fontSizeActiveTrackColor, Color? fontSizeInactiveTrackColor, double? fontSizeIconSize}) TafsirStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited