SlickController class
This controller will extend SlicView controlls to your app
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
SlickState> -
return stream of SlickState
no setter
-
streamController
↔ StreamController<
SlickState> -
staream controller for slick viee
getter/setter pair
Methods
-
dispose(
) → void - it will dispose the controller
-
next(
{Duration? duration, Curve? curve}) → Future< void> - Animates the controlled SlickView from the current page to the next page.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previous(
{Duration? duration, Curve? curve}) → Future< void> - Animates the controlled SlickView from the current page to the previous page.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited