FlintState<T extends FlintStatefulWidget> class
abstract
State object paired to a FlintStatefulWidget.
Constructors
Properties
Methods
-
build(
) → FlintWidget - Build returns the child widget tree representing the current state.
-
createRenderObject(
) → FlintRenderObject - Called once to create the RenderObject for this state (mount time).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setState(
void fn()) → void - setState: mutate internal state then ask element to rebuild.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited