AutoScrollState class

حالة السكرول التلقائي

AutoScrollState holds all reactive variables for auto-scroll feature

Constructors

AutoScrollState()

Properties

currentScrollPage → RxInt
الصفحة المعروضة حاليًا أثناء السكرول
final
hashCode int
The hash code for this object.
no setterinherited
isActive → RxBool
هل السكرول التلقائي مفعّل؟
final
isPaused → RxBool
هل السكرول متوقف مؤقتًا (بضغطة على الشاشة)؟
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed → RxDouble
سرعة السكرول (بكسل/فريم) — 0.3 بطيء جدًا، 5.0 سريع
final
startPage → RxInt
الصفحة التي بدأ منها السكرول التلقائي
final
stopCondition → Rx<AutoScrollStopCondition>
شرط التوقف الحالي
final
targetPageCount → RxInt
عدد الصفحات المطلوب (عند اختيار pageCount)
final
targetStopPage → RxInt
صفحة التوقف المحسوبة (0 = بلا حد)
final

Methods

dispose() → void
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