CustomPageViewModel class
Methods
-
addListener(VoidCallback listener)
→ void
-
Register a closure to be called when the object changes.
inherited
-
changeCurrentLevel(int levelNumber, List<AnimationController> aniController, int stepsListLength, GlobalKey<State<StatefulWidget>> key, ScrollController singleChildScrollController)
→ dynamic
-
-
checkTextFieldInput(String inputText)
→ void
-
-
decreaseContainerSize()
→ void
-
-
dispose()
→ void
-
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
hideLevelScroll()
→ void
-
-
increaseContainerSize()
→ void
-
-
initCurrentLevel()
→ void
-
-
nextPage(List<AnimationController> aniController, ScrollController singleChildScrollController, int stepsListLength, GlobalKey<State<StatefulWidget>> key, BuildContext context)
→ Future<void>
-
-
nextScrollListener(ScrollController singleChildScrollController, GlobalKey<State<StatefulWidget>> key)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners()
→ void
-
Call all the registered listeners.
inherited
-
previousPage(List<AnimationController> aniController, ScrollController singleChildScrollController, int stepsListLength, GlobalKey<State<StatefulWidget>> key)
→ Future<void>
-
-
previusScrollListener(ScrollController singleChildScrollController, GlobalKey<State<StatefulWidget>> key)
→ void
-
-
removeListener(VoidCallback listener)
→ void
-
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
toggleScale(List<AnimationController> aniController, int stepListLength)
→ void
-
-
toggleScaleSelect(List<AnimationController> aniController, int levelNumber)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited