RixaPage class

Inheritance

Constructors

RixaPage({required String name, GlobalKey<NavigatorState>? parentNavigatorKey, String? route, FutureOr<String> description(RouteProperties properties)?, Widget builder(BuildContext context, RouteProperties properties)?, FutureOr<String?> redirect(RouteProperties properties)?, FutureOr<String?> redirectedChild(RouteProperties properties)?, Map<String, String>? params, PageTransition? pageTransition, String? title, List<PageBase> children = const <PageBase>[], ScreenModeLimits? screenModeLimits, PageFonts? fonts})

Properties

builder Widget Function(BuildContext context, RouteProperties properties)?
no setter
children List<PageBase>
no setterinherited
description FutureOr<String> Function(RouteProperties properties)?
no setter
firstNestedParent NestedPage?
no setterinherited
fonts PageFonts?
no setterinherited
fullRoute String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
pageTransition PageTransition?
no setter
params Map<String, String>?
no setter
parent PageBase?
no setterinherited
parentNavigatorKey GlobalKey<NavigatorState>?
no setter
redirect FutureOr<String?> Function(RouteProperties properties)?
no setter
redirectedChild FutureOr<String?> Function(RouteProperties properties)?
no setter
route String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenModeLimits ScreenModeLimits?
no setterinherited
setParent PageBase
no getterinherited
title String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redirectRoute(Map<String, String?> params, String route) FutureOr<String?>
toString() String
A string representation of this object.
inherited

Operators

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