AFUIPrototypeDrawerRouteParam class
- Inheritance
-
- Object
- AFRouteParam
- AFScreenRouteParam
- AFDrawerRouteParam
- AFUIPrototypeDrawerRouteParam
Constructors
-
AFUIPrototypeDrawerRouteParam({required int view, required Map<
String, bool> themeExpanded, required String timeText, required String timeAdjustText, required AFTextEditingControllers textControllers}) - AFUIPrototypeDrawerRouteParam.createOncePerScreen(int view)
-
factory
Properties
- effectiveScreenId → AFScreenID?
-
no setterinherited
- 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
- textControllers → AFTextEditingControllers
-
final
-
themeExpanded
→ Map<
String, bool> -
final
- timeAdjustText → String
-
final
- timeSpecificity → AFTimeStateUpdateSpecificity?
-
finalinherited
- timeText → String
-
final
- view → int
-
final
- wid → AFWidgetID
-
finalinherited
Methods
-
copyWith(
{int? view, Map< String, bool> ? themeExpanded, String? timeText, String? timeAdjustText, String? latencyAdjustText}) → AFUIPrototypeDrawerRouteParam -
dispose(
) → void -
inherited
-
isExpanded(
String area) → bool -
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
-
reviseExpanded(
String area, {required bool expanded}) → AFUIPrototypeDrawerRouteParam -
reviseForTime(
AFTimeState timeState) → AFRouteParam? -
inherited
-
reviseLatencyAdjust(
String timeText) → AFUIPrototypeDrawerRouteParam -
reviseTimeAdjust(
String timeText) → AFUIPrototypeDrawerRouteParam -
reviseTimeText(
String timeText) → AFUIPrototypeDrawerRouteParam -
reviseView(
int view) → AFUIPrototypeDrawerRouteParam -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited