Routed class

A path and associated widget builder.

Constructors

Routed(String value, Widget builder(), {bool prefix = true})

Properties

builder Widget Function()
final
exact Routed
no setter
hashCode int
The hash code for this object.
no setterinherited
prefix bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

copyWith({String? value, bool? prefix, Widget builder()?}) Routed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveFullRoute(BuildContext context) String
toString() String
A string representation of this object.
inherited

Operators

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