ImplicitNavigatorNotification<T> class abstract

A notification that is dispatched whenever a ImplicitNavigator's stack changes.

Inheritance
Implementers
Annotations

Constructors

ImplicitNavigatorNotification({required T currentValue, required int? currentDepth, required T previousValue, required int? previousDepth})
const

Properties

currentDepth int?
The current value of ImplicitNavigator.depth for the navigator that dispatched this notification.
final
currentValue → T
The current value of ImplicitNavigator.value for the navigator that dispatched this notification.
final
hashCode int
The hash code for this object.
no setterinherited
previousDepth int?
The old value of ImplicitNavigator.depth from before the action corresponding to this notification was executed.
final
previousValue → T
The old value of ImplicitNavigator.value from before the action corresponding to this notification was executed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugFillDescription(List<String> description) → void
Add additional information to the given description for use by toString.
inherited
dispatch(BuildContext? target) → void
Start bubbling this notification at the given build context.
inherited
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