IntroPageController class
Constructors
- IntroPageController.new({required WidgetRef ref, required int pageLength, required PageController pageController, int? durationTime})
Properties
- durationTime ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageController → PageController
-
final
- pageLength → int
-
final
- ref → WidgetRef
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
skipLastPage(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updatePageIndex(
int index) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited