Screen class

Constructors

Screen({required String name, required ScreenBuilder builder, List<Screen> children = const [], String subPath = '', bool noRootScaffold = false})

Properties

builder ScreenBuilder
final
children List<Screen>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
noRootScaffold bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subPath String
final

Methods

forRoot() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
screen(dynamic path, {List<GoRoute> routes = const []}) → GoRoute
setPath(String path) → void
toString() String
A string representation of this object.
override

Operators

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