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, 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
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, 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