NsgGetPage class
- Inheritance
-
- Object
- RouteSettings
- Page
- GetPage
- NsgGetPage
Constructors
- NsgGetPage({required String name, required GetPageBuilder page, BindingsInterface? binding})
Properties
- alignment → Alignment?
-
finalinherited
- arguments → Object?
-
The arguments passed to this route.
finalinherited
- binding → BindingsInterface?
-
finalinherited
-
bindings
→ List<
BindingsInterface> -
finalinherited
-
binds
→ List<
Bind> -
finalinherited
- canPop → bool
-
When false, blocks the associated route from being popped.
finalinherited
-
children
→ List<
GetPage> -
finalinherited
- completer → Completer?
-
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
- inheritParentPath → bool
-
finalinherited
- 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
- preventDuplicateHandlingMode → PreventDuplicateHandlingMode
-
finalinherited
- preventDuplicates → bool
-
finalinherited
- restorationId → String?
-
Restoration ID to save and restore the state of the Route configured by
this page.
finalinherited
- reverseTransitionDuration → Duration?
-
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
other
page.inherited -
copyWith(
{LocalKey? key, String? name, GetPageBuilder? page, bool? popGesture, Map< String, String> ? parameters, String? title, Transition? transition, Curve? curve, Alignment? alignment, bool? maintainState, bool? opaque, List<BindingsInterface> ? bindings, BindingsInterface? binding, List<Bind> ? binds, CustomTransition? customTransition, Duration? transitionDuration, Duration? reverseTransitionDuration, bool? fullscreenDialog, RouteSettings? settings, List<GetPage> ? children, GetPage? unknownRoute, List<GetMiddleware> ? middlewares, bool? preventDuplicates, double gestureWidth(BuildContext context)?, Object? arguments, bool? showCupertinoParallax, Completer? completer, bool? inheritParentPath, bool? canPop, PopInvokedWithResultCallback? onPopInvoked, String? restorationId}) → 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