StateExtension class
Constructors
-
StateExtension(State<
StatefulWidget> state)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ State<
StatefulWidget> -
final
Methods
-
changeModel<
T> (Symbol key, T value) → void -
find<
T> () → T -
findMessenger<
T> () → T -
findRoot<
T> () → T -
maybeChangeModel<
T> (Symbol key, T value) → void -
maybeFind<
T> () → T? -
maybeFindMessenger<
T> () → T? -
maybeFindRoot<
T> () → T? -
maybeModel<
T> (Symbol key) → T? -
maybeOf<
T> () → T? -
maybeProperty<
T> (Symbol key) → ModelProperty< T> ? -
model<
T> (Symbol key) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
of<
T> () → T -
property<
T> (Symbol key) → ModelProperty< T> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited