AFStateProgrammingInterface<TState extends AFComponentState, TBuildContext extends AFBuildContext<AFFlexibleStateView, AFRouteParam>, TTheme extends AFFunctionalTheme> class

Implementers
Annotations

Constructors

AFStateProgrammingInterface(TBuildContext context, AFStandardSPIData standard)
const

Properties

context → TBuildContext
final
debugOnlyAppState → TState?
no setter
debugOnlyPublicState AFPublicState?
no setter
flutterContext BuildContext?
no setter
hasFlutterContext bool
no setter
hashCode int
The hash code for this object.
no setterinherited
log → Logger?
no setter
routeLocation AFRouteLocation
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId AFScreenID
no setter
standard AFStandardSPIData
final
t → TTheme
no setter
theme → TTheme
no setter
wid AFWidgetID
no setter

Methods

accessOnEventContext() AFOnEventContext
Provided for consistency with AFBuildContext.accessOnEventContext, so that you can pass an AFOnEventContext to any shared function that requires one.
childrenOfType<TChildRouteParam extends AFRouteParam>() Iterable<TChildRouteParam>
findChild<TChildRouteParam extends AFRouteParam>(AFWidgetID wid) → TChildRouteParam?
launchParamForParentScreen() AFRouteParamRef
launchParamForWidget(AFWidgetID wid) AFRouteParamRef
launchParamUnused() AFRouteParamRef
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