UseStateList<T> class
Constructors
-
UseStateList(List<
T> _stateList(), int _index(), void setStateAt(int newIndex), void setState(T state), VoidCallback next, VoidCallback prev) -
const
Properties
- currentIndex → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
→ List<
T> -
no setter
- next → VoidCallback
-
final
- prev → VoidCallback
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setState → void Function(T state)
-
final
- setStateAt → void Function(int newIndex)
-
final
- state → T
-
no setter
Methods
-
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