TRoute class
TRoute
- Inheritance
- 
    - Object
- RouteSettings
- Page
- GetPage
- TRoute
 
Properties
- alignment → Alignment?
- 
  
  finalinherited
- arguments → Object?
- 
  The arguments passed to this route.
  finalinherited
- binding → Bindings?
- 
  
  finalinherited
- 
  bindings
  → List<Bindings> 
- 
  
  finalinherited
- canPop → bool
- 
  When false, blocks the associated route from being popped.
  finalinherited
- 
  children
  → List<GetPage> 
- 
  
  finalinherited
- curve → Curve
- 
  
  finalinherited
- customTransition → CustomTransition?
- 
  
  finalinherited
- fullscreenDialog → bool
- 
  
  finalinherited
- gestureWidth → double Function(BuildContext context)?
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- key → LocalKey?
- 
  The key associated with this page.
  finalinherited
- maintainState → bool
- 
  
  finalinherited
- 
  middlewares
  → List<GetMiddleware> ?
- 
  
  finalinherited
- name → String
- 
  The name of the route (e.g., "/settings").
  finalinherited
- onPopInvoked → PopInvokedWithResultCallback
- 
  Called after a pop on the associated route was handled.
  finalinherited
- opaque → bool
- 
  
  finalinherited
- page → GetPageBuilder
- 
  
  finalinherited
- 
  parameters
  → Map<String, String> ?
- 
  
  finalinherited
- 
  
  finalinherited
- path → PathDecoded
- 
  
  finalinherited
- popGesture → bool?
- 
  
  finalinherited
- preventDuplicates → bool
- 
  
  finalinherited
- restorationId → String?
- 
  Restoration ID to save and restore the state of the Route configured by
this page.
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- showCupertinoParallax → bool
- 
  
  finalinherited
- title → String?
- 
  
  finalinherited
- transition → Transition?
- 
  
  finalinherited
- transitionDuration → Duration?
- 
  
  finalinherited
- unknownRoute → GetPage?
- 
  
  finalinherited
Methods
- 
  canUpdate(Page other) → bool 
- 
  Whether this page can be updated with the otherpage.inherited
- 
  copy({String? name, GetPageBuilder? page, bool? popGesture, Map< String, String> ? parameters, String? title, Transition? transition, Curve? curve, Alignment? alignment, bool? maintainState, bool? opaque, Bindings? binding, List<Bindings> ? bindings, CustomTransition? customTransition, Duration? transitionDuration, bool? fullscreenDialog, RouteSettings? settings, List<GetPage> ? children, GetPage? unknownRoute, List<GetMiddleware> ? middlewares, bool? preventDuplicates, double gestureWidth(BuildContext context)?, Object? arguments, bool? showCupertinoParallax}) → GetPage
- 
  
  inherited
- 
  createRoute(BuildContext context) → Route 
- 
  Creates the Route that corresponds to this page.
  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