NestedPage class

Inheritance

Constructors

NestedPage({ScreenModeLimits? screenModeLimits, List<RixaPage> children = const <RixaPage>[], GlobalKey<NavigatorState>? navigatorKey, PageFonts? fonts, required Widget builder(BuildContext context, RouteProperties properties, Widget child)})

Properties

builder Widget Function(BuildContext context, RouteProperties properties, Widget child)
final
children List<RixaPage>
final
firstNestedParent NestedPage?
no setterinherited
fonts PageFonts?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
no setter
parent PageBase?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenModeLimits ScreenModeLimits?
no setterinherited
setParent PageBase
no getterinherited

Methods

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