State<T> class

Constructors

State(T initState)

Properties

controllers Set<StateWidget<StatefulWidget>>
final
hashCode int
The hash code for this object.
no setterinherited
hasListener bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → T
no setter

Methods

bind(BuildContext context, Widget builder(BuildContext context, T value)) Widget
bindAttribute(Widget element, String attribute, [String builder(T value)?]) Widget
bindText(Widget element, [String builder(T value)?]) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(T value) → void
toString() String
A string representation of this object.
inherited

Operators

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