StateWidget<T extends StatefulWidget> class abstract

Implementers

Constructors

StateWidget()

Properties

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

Methods

addPostFrameCallback(VoidCallback callback) → void
build(BuildContext context) Widget
inflate(BuildContext context, {bool runInitState = true}) → void
initState() → void
Override this method to initialize the state of this widget. The parent value is already set when this method is called.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render() → void
setState(VoidCallback callback) → void
toString() String
A string representation of this object.
inherited

Operators

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