AFRouteParamWithFlutterState class
- Inheritance
-
- Object
- AFRouteParam
- AFRouteParamWithFlutterState
- Implementers
Constructors
- AFRouteParamWithFlutterState({required AFScreenID screenId, required AFRouteLocation routeLocation, required AFWidgetID wid, AFFlutterRouteParamState? flutterState, AFTimeStateUpdateSpecificity? timeSpecificity})
Properties
- accessTapRecognizers → AFTapGestureRecognizersHolder?
-
no setter
- effectiveScreenId → AFScreenID?
-
no setterinherited
- flutterState → AFFlutterRouteParamState?
-
no setter
- flutterStateGuaranteed → AFFlutterRouteParamState
-
no setter
- flutterStatePrivate → Object?
-
finalinherited
- hasChildWID → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- routeLocation → AFRouteLocation
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenId → AFScreenID
-
finalinherited
- timeSpecificity → AFTimeStateUpdateSpecificity?
-
finalinherited
- wid → AFWidgetID
-
finalinherited
Methods
-
accessFocusNode(
AFWidgetID wid) → FocusNode? -
accessScrollController(
AFWidgetID wid) → ScrollController -
accessTapRecognizer(
AFWidgetID wid) → TapGestureRecognizer -
accessTextController(
AFWidgetID wid) → AFTextEditingController? -
accessTextText(
AFWidgetID wid) → String -
dispose(
) → void -
override
-
matchesScreen(
AFID screen) → bool -
inherited
-
mergeOnWrite(
AFRouteParam oldParam) → AFRouteParam -
Provides an opportunity to merge this new param with an old param when you
update a route parameter that already exists.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paramFor(
AFScreenID screen) → AFRouteParam -
inherited
-
reviseForTime(
AFTimeState timeState) → AFRouteParam? -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateTextField(
AFWidgetID wid, String text) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited