AutoScrollStyle class
نمط تخصيص مظهر السكرول التلقائي
AutoScrollStyle Style customization for the auto-scroll overlay
Constructors
-
AutoScrollStyle({Color? sliderActiveColor, Color? sliderInactiveColor, Color? sliderThumbColor, Color? overlayBackgroundColor, Color? iconColor, Color? activeIconColor, Color? textColor, Color? chipSelectedColor, Color? chipUnselectedColor, double? borderRadius, TextStyle? labelStyle, TextStyle? speedLabelStyle, String? settingsTitleText, String? stopConditionLabelText, String? pageCountLabelText, String? speedLabelText, String? slowLabelText, String? fastLabelText, Map<
AutoScrollStopCondition, String> ? stopConditionLabels, TextStyle? settingsTitleStyle, TextStyle? settingsSubLabelStyle, TextStyle? chipTextStyle, TextStyle? pageCountValueStyle, TextStyle? sliderHintStyle, Color? chipSelectedBorderColor, Color? chipUnselectedBorderColor, double? chipBorderRadius, Color? chipSelectedBackgroundColor, Color? chipUnselectedBackgroundColor, Color? pageCountButtonColor, String? notesLabelText, TextStyle? notesStyle}) -
const
- AutoScrollStyle.defaults({required bool isDark, required BuildContext context})
-
factory
Properties
- activeIconColor → Color?
-
final
- borderRadius → double?
-
final
- chipBorderRadius → double?
-
نصف قطر حواف الـ Chip
final
- chipSelectedBackgroundColor → Color?
-
لون خلفية الـ Chip المحدد
final
- chipSelectedBorderColor → Color?
-
لون حدود الـ Chip المحدد
final
- chipSelectedColor → Color?
-
final
- chipTextStyle → TextStyle?
-
نمط نصوص الـ Chips
final
- chipUnselectedBackgroundColor → Color?
-
لون خلفية الـ Chip غير المحدد
final
- chipUnselectedBorderColor → Color?
-
لون حدود الـ Chip غير المحدد
final
- chipUnselectedColor → Color?
-
final
- fastLabelText → String?
-
نص تسمية "سريع" (افتراضي: 'سريع')
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconColor → Color?
-
final
- labelStyle → TextStyle?
-
final
- notesLabelText → String?
-
نص تسمية "ملاحظات" (افتراضي: 'ملاحظات')
final
- notesStyle → TextStyle?
-
نمط نصوص الملاحظات
final
- overlayBackgroundColor → Color?
-
final
- pageCountButtonColor → Color?
-
لون أزرار +/- لعداد الصفحات
final
- pageCountLabelText → String?
-
نص تسمية عدد الصفحات (افتراضي: 'عدد الصفحات:')
final
- pageCountValueStyle → TextStyle?
-
نمط نص عداد الصفحات
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settingsSubLabelStyle → TextStyle?
-
نمط التسميات الفرعية (التوقف عند، عدد الصفحات، السرعة)
final
- settingsTitleStyle → TextStyle?
-
نمط العنوان الرئيسي
final
- settingsTitleText → String?
-
عنوان قسم الإعدادات (افتراضي: 'السكرول التلقائي')
final
- sliderActiveColor → Color?
-
final
- sliderHintStyle → TextStyle?
-
نمط نصوص بطيء/سريع
final
- sliderInactiveColor → Color?
-
final
- sliderThumbColor → Color?
-
final
- slowLabelText → String?
-
نص تسمية "بطيء" (افتراضي: 'بطيء')
final
- speedLabelStyle → TextStyle?
-
final
- speedLabelText → String?
-
نص تسمية السرعة (افتراضي: 'السرعة:')
final
-
stopConditionLabels
→ Map<
AutoScrollStopCondition, String> ? -
أسماء شروط التوقف المخصصة (ترتيب: nextHizb, nextJuz, pageCount, manual)
final
- stopConditionLabelText → String?
-
نص تسمية شرط التوقف (افتراضي: 'التوقف عند:')
final
- textColor → Color?
-
final
Methods
-
copyWith(
{Color? sliderActiveColor, Color? sliderInactiveColor, Color? sliderThumbColor, Color? overlayBackgroundColor, Color? iconColor, Color? activeIconColor, Color? textColor, Color? chipSelectedColor, Color? chipUnselectedColor, double? borderRadius, TextStyle? labelStyle, TextStyle? speedLabelStyle, String? settingsTitleText, String? stopConditionLabelText, String? pageCountLabelText, String? speedLabelText, String? slowLabelText, String? fastLabelText, Map< AutoScrollStopCondition, String> ? stopConditionLabels, TextStyle? settingsTitleStyle, TextStyle? settingsSubLabelStyle, TextStyle? chipTextStyle, TextStyle? pageCountValueStyle, TextStyle? sliderHintStyle, Color? chipSelectedBorderColor, Color? chipUnselectedBorderColor, double? chipBorderRadius, Color? chipSelectedBackgroundColor, Color? chipUnselectedBackgroundColor, Color? pageCountButtonColor, String? notesLabelText, TextStyle? notesStyle}) → AutoScrollStyle -
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