FlintState<T extends FlintStatefulWidget> class abstract

State object paired to a FlintStatefulWidget.

Constructors

FlintState()

Properties

element ↔ FlintStatefulElement
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget ↔ T
getter/setter pair

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