AFUIPrototypeDrawerSPI class

Inheritance

Constructors

AFUIPrototypeDrawerSPI(AFBuildContext<AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam> context, AFStandardSPIData standard)
const
AFUIPrototypeDrawerSPI.create(AFBuildContext<AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam> context, AFStandardSPIData standard)
factory

Properties

context → AFBuildContext<AFUIDefaultStateView, AFUIPrototypeDrawerRouteParam>
finalinherited
debugOnlyAppState → AFUIState?
no setterinherited
debugOnlyPublicState → AFPublicState?
no setterinherited
flutterContext → BuildContext?
no setterinherited
hasFlutterContext → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
log → Logger?
no setterinherited
routeLocation → AFRouteLocation
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenId → AFScreenID
no setterinherited
standard → AFStandardSPIData
finalinherited
t → AFUIDefaultTheme
no setterinherited
theme → AFUIDefaultTheme
no setterinherited
wid → AFWidgetID
no setterinherited

Methods

accessOnEventContext() → AFOnEventContext
Provided for consistency with AFBuildContext.accessOnEventContext, so that you can pass an AFOnEventContext to any shared function that requires one.
inherited
childrenOfType<TChildRouteParam extends AFRouteParam>() → Iterable<TChildRouteParam>
inherited
findChild<TChildRouteParam extends AFRouteParam>(AFWidgetID wid) → TChildRouteParam?
inherited
launchParamForParentScreen() → AFRouteParamRef
inherited
launchParamForWidget(AFWidgetID wid) → AFRouteParamRef
inherited
launchParamUnused() → AFRouteParamRef
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChangedLatencyAdjust(String val) → void
onChangedTimeAdjust(String val) → void
onChangedTimeText(String val) → void
onCloseDrawer() → void
inherited
onExpandArea(String area, {required bool expanded}) → void
onPressedGetTime(String timeStr) → void
onPressedPauseTime(AFTimeUpdateListenerQuery timeQuery) → void
onPressedPlayTime(AFTimeUpdateListenerQuery timeQuery) → void
onPressedStandardBackButton({bool worksInSingleScreenTest = true}) → void
inherited
onPressedViewButton(int view) → void
onTapAddDuration() → void
onTapSetTime() → void
onTapSubtractDuration() → void
toString() → String
A string representation of this object.
inherited

Operators

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