State<T extends StatefulWidget> class abstract

Inheritance
Mixed in types

Constructors

State()

Properties

context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
isMounted bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget → T
no setter

Methods

build(BuildContext context) Widget
inherited
didDependenciesUpdate() → void
didMount() → void
didWidgetUpdate(T oldWidget) → void
dispose() → void
inherited
initialize() → void
inherited
listen(void onUpdate()) StreamSubscription<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(void callback()) → void
inherited
toString() String
A string representation of this object.
inherited
willUnmount() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited