ContextfulLifeState class abstract

Inheritance

Constructors

ContextfulLifeState()

Properties

getContext ValueGetter<BuildContext>
getter/setter pair
getHookState ValueGetter<LifeState>
Equivalent of State.widget for HookState.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
mounted bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setState VoidCallback
Equivalent of State.setState for HookState.
getter/setter pairinherited

Methods

build() → void
Called everytime the HookState is requested. build is where a HookState may use other hooks. This restriction is made to ensure that hooks are always unconditionally requested.
inherited
didUpdateState(LifeState oldState) → void
Equivalent of State.didUpdateWidget for HookState.
inherited
dispose() → void
Equivalent of State.dispose for HookState.
inherited
initState() → void
Equivalent of State.initState for HookState.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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