PagePopEvent<R> class

Emit this for PageStack to remove and dispose the page.

The page could be anywhere in the stack as long as at least one other page is left in the stack afterwards.

Inheritance

Constructors

PagePopEvent({required R? data, required PopCause cause})
const

Properties

cause PopCause
final
data → R?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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