PagelessCreator<E, T> class

Inheritance

Constructors

PagelessCreator({required Future<T> show(BuildContext context), required E event, bool rootNavigator = true})

Properties

event → E
final
hashCode int
The hash code for this object.
no setterinherited
rootNavigator bool
If the show function instructs using or not using the root navigator we shall have this information for the given to the creator as well to let know the HismaRouterDelegate that needs this in some cases. This seems redundant, but I have not yet found a way to eliminate this redundancy and it does the job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show Future<T> Function(BuildContext context)
final

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